Added Entity and Entity Reference Revisions which got dropped somewhere along the...
[yaffs-website] / web / core / themes / seven / css / components / modules-page.css
1 /* Modules page */
2 .system-modules fieldset {
3   border: 0;
4   border-top: 1px solid #ccc;
5 }
6 .system-modules .seven-details {
7   background: none;
8   border: 0;
9   margin: 0;
10   padding: 0;
11 }
12 .system-modules .seven-details__summary {
13   border-bottom: 1px solid #ccc;
14   padding: 0.95em 0.5em;
15 }
16 .system-modules [open] .seven-details__summary {
17   border-bottom: none;
18 }
19 .system-modules .seven-details__wrapper {
20   padding: 0 0 0.5em 0;
21 }
22 .system-modules .fieldset-wrapper {
23   padding: 0;
24 }
25 .system-modules table,
26 .locale-translation-status-form table {
27   border: 0;
28 }
29 .system-modules tr.even,
30 .system-modules tr.odd,
31 .locale-translation-status-form tr.even,
32 .locale-translation-status-form tr.odd {
33   background: #f3f4ee;
34   border: 0;
35   border-bottom: 10px solid #fff;
36 }
37 .system-modules tr td:last-child,
38 .locale-translation-status-form tr td:last-child {
39   border: 0;
40 }
41 .system-modules table th,
42 .locale-translation-status-form table th {
43   border: 0;
44   border-bottom: 10px solid #fff;
45 }
46 .system-modules .sticky-header th,
47 .locale-translation-status-form .sticky-header th {
48   border: 0;
49 }