diff 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
line wrap: on
line diff
--- a/core/modules/update/css/update.admin.theme.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/modules/update/css/update.admin.theme.css	Thu May 09 15:34:47 2019 +0100
@@ -4,8 +4,8 @@
  */
 
 .project-update__title {
+  font-size: 110%;
   font-weight: bold;
-  font-size: 110%;
 }
 .project-update__status {
   float: right; /* LTR */
@@ -21,16 +21,16 @@
   float: right;
 }
 .project-update__status--security-error {
+  color: #970f00;
   font-weight: bold;
-  color: #970f00;
 }
 
 .project-update__status-icon {
   padding-left: 0.5em; /* LTR */
 }
 [dir="rtl"] .project-update__status-icon {
+  padding-right: 0.5em;
   padding-left: 0;
-  padding-right: 0.5em;
 }
 .project-update__details {
   padding: 1em 1em 0.25em 1em;
@@ -50,13 +50,13 @@
   direction: ltr; /* Version numbers should always be LTR. */
 }
 .project-update__version-links {
-  text-align: right; /* LTR */
   padding-right: 1em; /* LTR */
   list-style-type: none;
+  text-align: right; /* LTR */
 }
 [dir="rtl"] .project-update__version-links {
+  padding-left: 1em;
   text-align: left;
-  padding-left: 1em;
 }
 .project-update__version--recommended-strong .project-update__version-title {
   font-weight: bold;