e-journals catalog configuration files
[webpac2] / vhost / ecas / ecas.css
1 /* design for this vhost */
2
3 .title {
4         font-weight: bold;
5         display: block;
6         padding-left: 10em;
7 }
8
9 #inputs label {
10         clear: left;
11 }
12
13 h1 {
14         font-family: Trebuchet MS,Lucida,Arial,sans-serif ;
15 }
16
17 form label,
18 form select,
19 form input {
20         float: none;
21 }
22
23
24 form input[name=search] {
25         clear: none;
26 }
27
28
29 #attr_operator {
30         font-size: 12px;
31         padding-left: 8em;
32 }
33
34 #plimit {
35         text-align: right;
36 }