source: trunk/htdocs/styles/query.css

Last change on this file was 276, checked in by DavidSmith, 16 years ago

added style rule for the scrunching div.

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1form div { margin: 1em 0 1em 0; }
2
3label {
4        font-weight: bold;
5}
6
7fieldset label { font-weight: normal }
8
9fieldset {
10        border: 1px solid;
11        border-top-width: 2px;
12        border-color: rgb(230,230,230);
13        border-top-color: #ABB8C7;
14        padding: 0 1px 1px 1px;
15        background-color: #F4F4F4;
16        margin-left: 0px;
17        width: auto;
18        margin-right: 0px;
19        vertical-align: top;
20}
21
22fieldset fieldset {
23        border-bottom: none;
24        border-left: none;
25        border-right: none;
26        margin-right: auto;
27        margin-left: 0;
28        vertical-align: top;
29}
30
31#list {
32  max-height: 250px;
33  overflow: auto;
34}
35
36fieldset#flsPosition fieldset, fieldset#flsObsDate fieldset {
37        display: inline;
38}
39
40form#frmSearch { margin-left: 1em; }
41input, button { border: 1px solid gray; }
42
43button.calendar { font-size: 60%; }
44
45div.bodycontents div label { display: block; }
46/*div.bodycontents div input { width: 1em; }*/
47
48fieldset#flsObsDate div { display: inline; margin-right: 1em; }
49fieldset#flsObsDate div label { display: inline; }
50fieldset#flsObsDate input { width: 10em; }
51
52hr { display: none; }
53
54legend {
55        color: white;
56        border: solid #8F8FB3;
57        border-width: 1px;
58        padding: 0.3em;
59        margin-bottom: 1em;
60        background-color: #ADADD9;
61        font-weight: bold;
62        letter-spacing: 0.2em;
63        font-size: smaller;
64        margin-top: 1em;
65}
66
67
68select#selBand { width: 15em; }
69
70span.date { font-weight: bold; }
71
72div#divInstructions { display: block; }
73div#divInstructions dl { margin-left: 1em; }
74div#divInstructions dl.top { background-color: lemonchiffon; border: 1px solid orange; padding: 1em; margin-right: 2em; font-size: 90%; border-radius: 1em; }
75div#divInstructions dt { font-weight: bolder; margin-bottom: 0.1em; }
76div#divInstructions dd { margin-bottom: 0.5em; }
77
78div#divScrunching {background-color: lemonchiffon; border: 1px solid orange; padding: 1em; margin-right: 2em; font-size: 90%; border-radius: 1em; }
79
80* html legend { font-size: 8pt; margin-top: 0 }
81
Note: See TracBrowser for help on using the repository browser.