Mercurial > hg > cmmr2012-drupal-site
diff core/themes/seven/css/components/entity-meta.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/entity-meta.css Thu Feb 28 13:11:55 2019 +0000 +++ b/core/themes/seven/css/components/entity-meta.css Thu May 09 15:34:47 2019 +0100 @@ -2,27 +2,27 @@ * Entity meta settings. */ .entity-meta { + border-right: 1px solid #bfbfbf; + border-left: 1px solid #bfbfbf; + border-radius: 3px; background-color: #edede8; - border-left: 1px solid #bfbfbf; - border-right: 1px solid #bfbfbf; - border-radius: 3px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15); } .entity-meta__header, .entity-meta .seven-details { - background-color: #fcfcfa; border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; + background-color: #fcfcfa; } .entity-meta__header { padding: 1em 1.5em; border-radius: 3px 3px 0 0; } .entity-meta__title { + margin: 0.25em 0; + text-shadow: 0 1px 0 #fff; font-size: 1.231em; font-weight: bold; - text-shadow: 0 1px 0 #fff; - margin: 0.25em 0; } .entity-meta__header .form-item { margin: 0.25em 0; @@ -31,26 +31,26 @@ font-style: italic; /* As-designed, but really: why is this italic? */ } .entity-meta .seven-details { + margin: 0; + border-top: 1px solid #fff; + border-right: 0; border-left: 0; - border-right: 0; - border-top: 1px solid #fff; - margin: 0; border-radius: 0; } .entity-meta .seven-details:last-child { border-radius: 0 0 3px 3px; } .entity-meta .seven-details[open] { + padding-top: 1px; + border-top-width: 0; background-color: transparent; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.125), transparent 4px); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.125), transparent 4px); - border-top-width: 0; - padding-top: 1px; } .entity-meta .seven-details[open] + .seven-details[open] { + padding-top: 0; + border-top-width: 1px; background-image: none; - border-top-width: 1px; - padding-top: 0; } .entity-meta .seven-details > .seven-details__wrapper { padding-top: 0;