annotate core/themes/seven/css/components/modules-page.css @ 11:bfffd8d7479a

Move drupal/core from "replace" to "require" section, to ensure Composer updates it
author Chris Cannam
date Fri, 23 Feb 2018 15:51:18 +0000
parents 4c8ae668cc8c
children 129ea1e6d783
rev   line source
Chris@0 1 /* Modules page */
Chris@0 2 .system-modules fieldset {
Chris@0 3 border: 0;
Chris@0 4 border-top: 1px solid #ccc;
Chris@0 5 }
Chris@0 6 .system-modules details {
Chris@0 7 border: 0;
Chris@0 8 margin: 0;
Chris@0 9 padding: 0;
Chris@0 10 }
Chris@0 11 .system-modules summary {
Chris@0 12 border-bottom: 1px solid #ccc;
Chris@0 13 }
Chris@0 14 .system-modules [open] summary {
Chris@0 15 border-bottom: none;
Chris@0 16 }
Chris@0 17 .system-modules .details-wrapper {
Chris@0 18 padding: 0 0 0.5em 0;
Chris@0 19 }
Chris@0 20 .system-modules .fieldset-wrapper {
Chris@0 21 padding: 0;
Chris@0 22 }
Chris@0 23 .system-modules table,
Chris@0 24 .locale-translation-status-form table {
Chris@0 25 border: 0;
Chris@0 26 }
Chris@0 27 .system-modules tr.even,
Chris@0 28 .system-modules tr.odd,
Chris@0 29 .locale-translation-status-form tr.even,
Chris@0 30 .locale-translation-status-form tr.odd {
Chris@0 31 background: #f3f4ee;
Chris@0 32 border: 0;
Chris@0 33 border-bottom: 10px solid #fff;
Chris@0 34 }
Chris@0 35 .system-modules tr td:last-child,
Chris@0 36 .locale-translation-status-form tr td:last-child {
Chris@0 37 border: 0;
Chris@0 38 }
Chris@0 39 .system-modules table th,
Chris@0 40 .locale-translation-status-form table th {
Chris@0 41 border: 0;
Chris@0 42 border-bottom: 10px solid #fff;
Chris@0 43 }
Chris@0 44 .system-modules .sticky-header th,
Chris@0 45 .locale-translation-status-form .sticky-header th {
Chris@0 46 border: 0;
Chris@0 47 }