blob: 7b594c29cf82f556f52bef1f88dd495f28568eeb (
plain)
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
|
/* $Header: /cvsroot/bitweaver/_bit_themes/css/default.css,v 1.2 2009/05/12 17:57:30 squareing Exp $ */
/* modules */
.module {padding:0.5em; margin:0.5em;}
.module ul {margin:0; padding:0; list-style:none;}
.module ul ul {margin:0 0 0.5em 1.2em;}
.module ul li {margin:0;}
.module ol {margin:0 0 0 1.2em;}
.module ol li {margin:0;}
/* module help on admin page */
.modulehelp kbd {font-family:monospace;}
.modulehelp dt {width:27%; float:left; text-align:right; font-weight:bold;}
.modulehelp dd {width:70%; margin-left:30%;}
.modulehelp .example {text-decoration:underline;}
/* priorities */
.prio1 {background:#dfc !important;}
.prio2 {background:#efc !important;}
.prio3 {background:#ffc !important;}
.prio4 {background:#fec !important;}
.prio5 {background:#fdc !important;}
/* structure navigation */
.navigation .left {float:left;}
.navigation .right {float:right;}
/* action icons */
.floaticon {float:right; text-align:right;}
.floaticon a {padding:0 3px;}
span.actionicon {float:right;}
td.actionicon {text-align:right;}
.actionicon a {padding:0 3px;}
/* miscellaneous */
table {border-collapse:collapse; border-spacing:0; padding:0; margin:0; width:100%;}
.highlight {font-weight:bolder;}
.popup {width:250px; background:#fff; padding:0.5em; border:1px solid #999;}
.closebutton {position:absolute; top:2px; right:2px;}
|