Line | |
---|
1 | @import "../../../dojo/resources/dojo.css"; |
---|
2 | @import "../../../dijit/tests/css/dijitTests.css"; |
---|
3 | |
---|
4 | @import "../resources/FloatingPane.css"; |
---|
5 | @import "../resources/ExpandoPane.css"; |
---|
6 | |
---|
7 | body, html { |
---|
8 | margin:0; |
---|
9 | padding:0; |
---|
10 | width:100%; |
---|
11 | height:100%; |
---|
12 | background: #fafafa; |
---|
13 | overflow: hidden; |
---|
14 | } |
---|
15 | .wrap { |
---|
16 | margin: 0; |
---|
17 | padding: 15px; |
---|
18 | } |
---|
19 | .wrap h3 { |
---|
20 | margin-top: 5px; |
---|
21 | } |
---|
22 | #header { |
---|
23 | height:32px; |
---|
24 | } |
---|
25 | .searchBar { |
---|
26 | position: absolute; |
---|
27 | top: 0; |
---|
28 | left: 0; |
---|
29 | right: 0; |
---|
30 | height: 25px; |
---|
31 | border-bottom: 1px solid #ccc; |
---|
32 | background: #fafafa; |
---|
33 | } |
---|
34 | .searchBar p { |
---|
35 | margin: 0; |
---|
36 | padding: 2px; |
---|
37 | } |
---|
38 | .searchStuff { |
---|
39 | position: absolute; |
---|
40 | top: 25px; |
---|
41 | margin: 0 auto; |
---|
42 | } |
---|
43 | .searchStuff ul { |
---|
44 | width: auto; |
---|
45 | margin: 0 auto; |
---|
46 | padding: 0; |
---|
47 | } |
---|
48 | div.itty { |
---|
49 | font-weight: normal; |
---|
50 | font: 8pt Arial,sans-serif; |
---|
51 | color:#666; |
---|
52 | padding:5px; |
---|
53 | padding-left:10px; |
---|
54 | } |
---|
55 | div.itty:hover { |
---|
56 | color:#333; |
---|
57 | } |
---|
58 | .itemType { |
---|
59 | font-style:italic; |
---|
60 | font-size:12pt; |
---|
61 | } |
---|
62 | #runSearchIcon { |
---|
63 | border:1px solid #000; |
---|
64 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.