Revision 8531
Added by Jing Tao almost 11 years ago
lib/admin/admin.css | ||
---|---|---|
250 | 250 |
display: inline-block; |
251 | 251 |
} |
252 | 252 |
|
253 |
.icon-plus-sign { |
|
254 |
color: #166194; |
|
255 |
font-size: 1.2em; |
|
256 |
cursor: pointer; |
|
257 |
margin-left: 10px; |
|
258 |
margin-top: 0.5em; |
|
259 |
display: inline-block; |
|
260 |
} |
|
261 |
|
|
262 |
.icon-minus-sign { |
|
263 |
color: #166194; |
|
264 |
font-size: 1.2em; |
|
265 |
cursor: pointer; |
|
266 |
margin-left: 10px; |
|
267 |
margin-top: 0.5em; |
|
268 |
display: inline-block; |
|
269 |
} |
|
270 |
|
|
253 | 271 |
.checkbox-help{ /*For question mark icons next to checkboxes (need different vertical positioning) */ |
254 | 272 |
margin-top: 0.7em; |
255 | 273 |
} |
... | ... | |
364 | 382 |
margin-left: 2em; |
365 | 383 |
} |
366 | 384 |
|
385 |
.h3-label { |
|
386 |
text-align: left; |
|
387 |
font: 400 1.5em/1.5em "Oswald", Arial, sans-serif; |
|
388 |
-webkit-margin-before: 0.2em; |
|
389 |
-webkit-margin-after: 0.2em; |
|
390 |
display: inline-block; |
|
391 |
margin-top: 20px; |
|
392 |
} |
|
393 |
|
|
367 | 394 |
frame[name="bottom"] table |
368 | 395 |
{ |
369 | 396 |
border-collapse: collapse; |
Also available in: Unified diff
Add the icon-plus-sign and icon-minus-sign.