Experimental rewrite of Stop Words administration screen. Feedback welcomed.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / intranet.css
1 body {
2         font-family : Verdana, Geneva, Arial, sans-serif;
3         font-size : .7em;
4 }
5
6 table {
7         border-collapse : collapse;
8         border-top : 1px solid #CCCCCC;
9         border-right : 1px solid #CCCCCC;
10         margin : 1em 0;
11 }
12
13 caption {
14         font-size : 140%;
15         text-align : left;
16         font-weight : bold;
17 }
18
19 td,th {
20         border-left : 1px solid #CCCCCC;
21         border-bottom : 1px solid #CCCCCC;
22         padding : 5px;
23 }
24
25 th {
26         background-color : #CCCCCC;
27         border-left : 1px solid #999999;
28         border-bottom : 1px solid #999999;
29 }
30
31 th[scope=row] {
32         background-color : #EEEEEE;
33         text-align : right;
34 }
35
36 input[type=submit], input[type=button], input[type=reset] {
37         background-color : #6699cc;
38         color : #FFFFFF;
39         font-size : 1em;
40         font-weight : bold;
41 }
42
43 tr.highlight td, tr.highlight th {
44         background-color : #EEEEEE;
45 }
46
47 #admin_stopwords_select UL {
48    width: 600px;
49 }
50
51 #admin_stopwords_select UL LI {
52    white-space: nowrap;
53 }