bug fixed: my previous commit added a useless temporary A.button CSS class
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / intranet.css
1 body {
2         font-family : Verdana, Geneva, Arial, sans-serif;
3         font-size : .9em;
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 {
37         font-size:0.9em;
38 }
39
40 select {
41         font-size:0.9em;
42 }
43
44 input[type=submit], input[type=button], input[type=reset] {
45         background-color : #6699cc;
46         color : #FFFFFF;
47         font-size : 1em;
48         font-weight : bold;
49 }
50
51 tr.highlight td, tr.highlight th {
52         background-color : #EEEEEE;
53 }
54
55 #admin_stopwords_select UL {
56    width: 600px;
57 }
58
59 #admin_stopwords_select UL LI {
60    white-space: nowrap;
61 }
62
63 legend {
64         font-size:120%;
65         font-weight:bold;
66 }