-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcms.css
More file actions
112 lines (77 loc) · 2.81 KB
/
cms.css
File metadata and controls
112 lines (77 loc) · 2.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
/*
--- MODULE MANAGER PLUGIN
--- CMS STYLESHEET
--- By James Barnsley ([email protected])
--- December, 2012
*/
/* ======================================================================================== MANAGER ===== */
/* ====================================================================================================== */
.icon.icon-16.icon-modulemanager {
background-image: url('../images/cms-icon.png');}
.cms table.ss-gridfield-table tbody td button {
margin-left: -5px;
width: 10px;}
/* ==================================================================== MODULE SELECTION (SiteTree) ===== */
/* ====================================================================================================== */
#module-selection-table #module-selection-headings {
font-size: 12px;
background: linear-gradient(#B0BEC7, #98AAB6);
background: -moz-linear-gradient(#B0BEC7, #98AAB6);
color: #FFFFFF;
border-radius: 5px 5px 0px 0px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
border-left: 1px solid rgba(0, 0, 0, 0.1);}
#module-selection-table #module-selection-headings .col {
padding-top: 15px;
padding-bottom: 15px;}
#module-selection-table #module-selection-headings .col.title,
#module-selection-table #module-selection-headings .col.position {
margin-right: -.4%;}
#module-selection-table #module-selection-footer {
background: linear-gradient(#B0BEC7, #98AAB6);
background: -moz-linear-gradient(#B0BEC7, #98AAB6);
border-radius: 0 0 5px 5px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
height: 20px;}
#module-selection-table .field#Modules,
#module-selection-table .field#Modules ul {
padding: 0;
border: 0;
margin: 0;}
/* --- COLUMNS --- */
#module-selection-table .col {
padding: 10px 0 10px 1%;
border-left: 1px solid rgba(0, 0, 0, 0.1);
display: inline-block;}
#module-selection-table .title {
margin-left: 4%;
width: 50%;
border-left: none;}
#module-selection-table .position {
width: 16%;}
#module-selection-table .preview {
width: 20%;}
#module-selection-table li {
display: block;
float: none;
width: auto;
position: relative;
padding: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
background: #FFFFFF;
border-left: 1px solid rgba(0, 0, 0, 0.15);
border-right: 1px solid rgba(0, 0, 0, 0.15); }
#module-selection-table li:hover {
background: #FFFAD6;}
#module-selection-table li input {
position: absolute;
top: 8px;
left: 1.5%;}
#module-selection-table li label {
margin: 0;
padding: 0;
display: block;
width: auto;
color: #666666;}
/* =================================================================================== MODULE ITEMS ===== */
/* ====================================================================================================== */