forked from jsreese/monster_menus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonster_menus.css
249 lines (217 loc) · 4.06 KB
/
monster_menus.css
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
/* $Id: monster_menus.css 5324 2011-04-15 20:05:33Z dan $ */
/*
** MM browser in a table
*/
.browser {
border: none;
text-align:left;
margin: 0;
padding: 0;
white-space: nowrap;
}
.browser tbody {
border: none;
}
.browser .menu {
margin: 0 0 0 1.5em;
padding: 0;
}
.browser .menu .expanded {
list-style-type: circle;
list-style-image: url(../../../../misc/menu-expanded.png);
padding: 0.4em 0 0 0;
margin: 0;
}
.browser .menu .collapsed {
list-style-type: disc;
list-style-image: url(../../../../misc/menu-collapsed.png);
padding: 0.4em 0 0 0;
margin: 0;
}
.browser .leaf {
list-style-type: square;
list-style-image: url(../../../../misc/menu-leaf.png);
padding: 0.4em 0 0 0;
margin: 0;
}
.browser a {
text-decoration: none;
}
.browser a:active {
}
.browser a:hover {
text-decoration: underline;
}
.browser-action {
padding: 0 0.5em 6px 0;
margin: 0 0 0 1em;
color: #000;
white-space: nowrap;
}
body.browser .browser-action {
padding: 0.4em 0.5em 0 0;
}
/*
** MM page list in node create/edit forms
*/
.mm-list, .mm-list a {
margin: 1px 3px 1px 3px;
padding: 2px 2px 2px 0;
}
.mm-list a {
text-decoration: none;
color: #606;
}
.mm-list-selected, .mm-list-selected a, .mm-list-selected a:hover {
text-decoration: none;
background-color: #000;
color: #fff;
margin: 1px 3px 1px 3px;
padding: 2px 2px 2px 0;
}
.mm-list-error {
border: 2px solid red;
padding: 4px;
}
.mm-admin-types {
border: 1px solid #ccc;
padding: 10px;
background-color: #ddd;
}
/* Tooltips */
.tooltip-link {
text-decoration: none;
border-bottom: 1px #888 dotted;
background-color: #ffc;
color: #555;
}
.tooltip-link:hover {
background-color: #555;
color: #fff;
}
#PUContent table tbody {
border: none;
}
#PUContent li {
margin-left: -25px;
margin-right: 25px;
white-space: nowrap;
}
/* Permissions Solver */
#mm-solver .tooltip-link {
border-bottom: none;
text-decoration: none;
background-color: inherit;
color: inherit;
}
#mm-solver .tooltip-link:hover {
background-color: inherit;
color: inherit;
}
#mm-solver-link {
float: right;
}
/* Permissions */
#mm-permissions {
clear: both;
}
#mm-permissions .first-col {
width: 100%;
}
/* Yes/No checkmarks */
.mm-yesno-yes {
color: #0c0;
}
.mm-yesno-no {
color: #c00;
}
.form-item label.disabled {
color: #777;
}
/* Search/ Replace */
/*#mm-search-form .form-item, .mmsr-panel {
padding-bottom: 10px;
border-bottom: 1px #ccc solid;
}
#mm-search-form .form-item .form-item {
padding-bottom: 0;
border-bottom: none;
}*/
#search-settings_perms2 fieldset {
border: none;
}
.mmsr-cont-table, .mmsr-page-table, .mmsr-group-table {
width: 100%;
}
.mmsr-cont-table {
border-top: 2px #aca solid;
border-bottom: 2px #aca solid;
}
.mmsr-page-table {
border-top: 2px #dca solid;
border-bottom: 2px #dca solid;
}
.mmsr-group-table {
border-top: 2px #acd solid;
border-bottom: 2px #acd solid;
}
.mmsr-page-table td, .mmsr-cont-table td, .mmsr-group-table td {
padding: 1px 1px 2px 5px;
}
.mmsr-page-table td td, .mmsr-cont-table td td, .mmsr-group-table td td {
padding-left: 1px;
}
#mmsr-plus-minus {
white-space: nowrap;
width: 0;
}
#mmsr-widgets {
padding-left: 30px;
}
#mmsr-where {
white-space: nowrap;
padding: 5px 25px 5px 5px;
}
#mmsr-where a {
padding-left: 15px;
background: url(../../../../misc/menu-expanded.png) 5px 75% no-repeat;
}
#mmsr-where a.collapsed {
background-image: url(../../../../misc/menu-collapsed.png);
background-position: 5px 50%;
}
.mmsr-page-row {
border-top: 1px #dca solid;
background-color: #fec;
}
.mmsr-page-row-widgets {
background-color: #ffe;
}
.mmsr-group-row {
border-top: 1px #acd solid;
background-color: #cef;
}
.mmsr-group-row-widgets {
background-color: #eff;
}
.mmsr-cont-row {
border-top: 1px #aca solid;
background-color: #cec;
}
.mmsr-cont-row-widgets {
background-color: #efe;
}
#mmsr-status #mmsr-recalc {
float: left;
margin-right: 1em;
}
#mmsr-status input {
float: right;
}
#mmsr-status-text {
height: 13px;
}
#mmsr-diagnostic {
clear: right;
margin-top: 3em;
}