comparison core/modules/update/css/update.admin.theme.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
2 * @file 2 * @file
3 * Styles used by the Update Manager module. 3 * Styles used by the Update Manager module.
4 */ 4 */
5 5
6 .project-update__title { 6 .project-update__title {
7 font-size: 110%;
7 font-weight: bold; 8 font-weight: bold;
8 font-size: 110%;
9 } 9 }
10 .project-update__status { 10 .project-update__status {
11 float: right; /* LTR */ 11 float: right; /* LTR */
12 font-size: 110%; 12 font-size: 110%;
13 } 13 }
19 } 19 }
20 [dir="rtl"] .project-update__status--not-supported { 20 [dir="rtl"] .project-update__status--not-supported {
21 float: right; 21 float: right;
22 } 22 }
23 .project-update__status--security-error { 23 .project-update__status--security-error {
24 color: #970f00;
24 font-weight: bold; 25 font-weight: bold;
25 color: #970f00;
26 } 26 }
27 27
28 .project-update__status-icon { 28 .project-update__status-icon {
29 padding-left: 0.5em; /* LTR */ 29 padding-left: 0.5em; /* LTR */
30 } 30 }
31 [dir="rtl"] .project-update__status-icon { 31 [dir="rtl"] .project-update__status-icon {
32 padding-right: 0.5em;
32 padding-left: 0; 33 padding-left: 0;
33 padding-right: 0.5em;
34 } 34 }
35 .project-update__details { 35 .project-update__details {
36 padding: 1em 1em 0.25em 1em; 36 padding: 1em 1em 0.25em 1em;
37 } 37 }
38 38
48 [dir="rtl"] .project-update__version-details { 48 [dir="rtl"] .project-update__version-details {
49 padding-left: 0.5em; 49 padding-left: 0.5em;
50 direction: ltr; /* Version numbers should always be LTR. */ 50 direction: ltr; /* Version numbers should always be LTR. */
51 } 51 }
52 .project-update__version-links { 52 .project-update__version-links {
53 text-align: right; /* LTR */
54 padding-right: 1em; /* LTR */ 53 padding-right: 1em; /* LTR */
55 list-style-type: none; 54 list-style-type: none;
55 text-align: right; /* LTR */
56 } 56 }
57 [dir="rtl"] .project-update__version-links { 57 [dir="rtl"] .project-update__version-links {
58 padding-left: 1em;
58 text-align: left; 59 text-align: left;
59 padding-left: 1em;
60 } 60 }
61 .project-update__version--recommended-strong .project-update__version-title { 61 .project-update__version--recommended-strong .project-update__version-title {
62 font-weight: bold; 62 font-weight: bold;
63 } 63 }