Mercurial > hg > cmmr2012-drupal-site
diff core/themes/seven/css/components/system-status-report.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
line wrap: on
line diff
--- a/core/themes/seven/css/components/system-status-report.css Thu Feb 28 13:11:55 2019 +0000 +++ b/core/themes/seven/css/components/system-status-report.css Thu May 09 15:34:47 2019 +0100 @@ -7,13 +7,13 @@ padding-top: 20px; } .system-status-report__entry { + overflow: auto; + width: 100%; + margin: 0; border: 0; border-top: 1px solid #ccc; - margin: 0; - width: 100%; - overflow: auto; + border-radius: 0; background-color: transparent; - border-radius: 0; } .system-status-report__entry:last-of-type { border-bottom: 1px solid #bebfb9; @@ -27,14 +27,14 @@ /* Account for native and poly-filled details element */ .system-status-report__status-title { position: relative; - padding: 1em 1em 1em 3em; /* LTR */ box-sizing: border-box; width: 100%; + padding: 1em 1em 1em 3em; /* LTR */ font-weight: bold; } .system-status-report__status-title .details-title { + text-transform: none; color: inherit; - text-transform: none; } .system-status-report__status-title .details-title { padding-left: 3em; /* LTR */ @@ -71,23 +71,23 @@ .system-status-report__status-title .details-title:before, .details .system-status-report__status-icon:before { + position: absolute; + top: 1em; + left: 10px; /* LTR */ + display: inline-block; + width: 16px; + height: 16px; + margin-right: 10px; /* LTR */ content: ""; + vertical-align: top; background-repeat: no-repeat; + background-position: top center; background-size: contain; - background-position: top center; - height: 16px; - width: 16px; - position: absolute; - left: 10px; /* LTR */ - top: 1em; - display: inline-block; - vertical-align: top; - margin-right: 10px; /* LTR */ } [dir="rtl"] .system-status-report__status-title .details-title:before, [dir="rtl"].details .system-status-report__status-title:before { + right: 10px; left: auto; - right: 10px; margin-right: 0; } .system-status-report__status-icon--error .details-title:before, @@ -117,12 +117,12 @@ @media screen and (min-width: 48em) { .system-status-report__entry::after { display: table; - content: ''; clear: both; + content: ""; } .system-status-report__status-title { + float: left; /* LTR */ width: 18rem; - float: left; /* LTR */ cursor: default; } .system-status-report__status-title:hover, @@ -140,14 +140,14 @@ top: 3px; } .system-status-report__entry__value { + display: block; + float: right; width: calc(100% - 23em); - float: right; - display: block; + padding-top: 1em; padding-left: 0; /* LTR */ - padding-top: 1em; } [dir="rtl"] .system-status-report__entry__value { + padding-right: 3em; padding-left: 0; - padding-right: 3em; } }