Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/update/css/update.admin.theme.css @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children | 12f9dff5fda9 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 /** | |
2 * @file | |
3 * Styles used by the Update Manager module. | |
4 */ | |
5 | |
6 .project-update__title { | |
7 font-weight: bold; | |
8 font-size: 110%; | |
9 } | |
10 .project-update__status { | |
11 float: right; /* LTR */ | |
12 font-size: 110%; | |
13 } | |
14 [dir="rtl"] .project-update__status { | |
15 float: left; | |
16 } | |
17 .project-update__status--not-supported { | |
18 float: left; /* LTR */ | |
19 } | |
20 [dir="rtl"] .project-update__status--not-supported { | |
21 float: right; | |
22 } | |
23 .project-update__status--security-error { | |
24 font-weight: bold; | |
25 color: #970f00; | |
26 } | |
27 | |
28 .project-update__status-icon { | |
29 padding-left: 0.5em; /* LTR */ | |
30 } | |
31 [dir="rtl"] .project-update__status-icon { | |
32 padding-left: 0; | |
33 padding-right: 0.5em; | |
34 } | |
35 .project-update__details { | |
36 padding: 1em 1em 0.25em 1em; | |
37 } | |
38 | |
39 .project-update__version { | |
40 padding: 1em 0; | |
41 } | |
42 .project-update__version-date { | |
43 white-space: nowrap; | |
44 } | |
45 .project-update__version-details { | |
46 padding-right: 0.5em; /* LTR */ | |
47 } | |
48 [dir="rtl"] .project-update__version-details { | |
49 padding-left: 0.5em; | |
50 direction: ltr; /* Version numbers should always be LTR. */ | |
51 } | |
52 .project-update__version-links { | |
53 text-align: right; /* LTR */ | |
54 padding-right: 1em; /* LTR */ | |
55 list-style-type: none; | |
56 } | |
57 [dir="rtl"] .project-update__version-links { | |
58 text-align: left; | |
59 padding-left: 1em; | |
60 } | |
61 .project-update__version--recommended-strong .project-update__version-title { | |
62 font-weight: bold; | |
63 } |