modification: removed fieldset and label CSS properties. Modifications
[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 A.button {
64   background-color: #69c;
65   color: white;
66   text-decoration: none;
67   font-size: 1em;
68   font-weight: bold;
69   border: 2px solid #eee;
70   border-right-color: gray;
71   border-bottom-color: gray;
72   padding: 2px;
73 }
74
75 legend {
76         font-size:120%;
77         font-weight:bold;
78 }