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