Added another front page space for Yaffs info. Added roave security for composer.
[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 details {
7   border: 0;
8   margin: 0;
9   padding: 0;
10 }
11 .system-modules summary {
12   border-bottom: 1px solid #ccc;
13 }
14 .system-modules [open] summary {
15   border-bottom: none;
16 }
17 .system-modules .details-wrapper {
18   padding: 0 0 0.5em 0;
19 }
20 .system-modules .fieldset-wrapper {
21   padding: 0;
22 }
23 .system-modules table,
24 .locale-translation-status-form table {
25   border: 0;
26 }
27 .system-modules tr.even,
28 .system-modules tr.odd,
29 .locale-translation-status-form tr.even,
30 .locale-translation-status-form tr.odd {
31   background: #f3f4ee;
32   border: 0;
33   border-bottom: 10px solid #fff;
34 }
35 .system-modules tr td:last-child,
36 .locale-translation-status-form tr td:last-child {
37   border: 0;
38 }
39 .system-modules table th,
40 .locale-translation-status-form table th {
41   border: 0;
42   border-bottom: 10px solid #fff;
43 }
44 .system-modules .sticky-header th,
45 .locale-translation-status-form .sticky-header th {
46   border: 0;
47 }