Introducing a very barebones admin UI for managing buckets. I would
[catagits/App-IdiotBox.git] / share / skin / presentingperl / static / style / layout.css
1  
2 #wrap1 {   
3   position: absolute;
4   top: 02px;
5   left: 10px;
6   width: 960px;
7   background: #ffffff;
8   border-top: 2px solid #333333;
9   border-left: 2px solid #333333;
10   border-right: 2px solid #333333;
11   border-bottom: 8px solid #333333;
12 }   
13
14 #wrap2 {
15   width: 956px;
16   position: relative;
17   background: #ffffff;
18   margin-top: 105px;
19 }
20
21 #navbar {
22   top: 10px;
23   left: 310px;
24   width: 660px;
25   position: absolute;
26   background: #ffffff;
27   height: 100px;
28 }
29
30 #logo {
31   top: 10px;
32   left: 18px;
33   width: 300px;
34   position: absolute;
35   background: #ffffff url(images/logo.jpg) no-repeat;
36   height: 100px;
37 }
38
39 #left-column {
40   width: 644px;
41   background: #efefef;
42   float: left;
43   min-height: 300px;
44   padding: 4px;
45   margin-left: 2px;
46   margin-top: 20px;
47 }
48
49 #right-column {
50   width: 282px;
51   background: white;
52   float: right;
53   min-height: 300px;
54   margin-left: 10px;
55   margin-bottom: 40px;
56   margin-top: 15px;
57   padding: 4px;
58
59 }
60
61 #custom-html {
62   width: 922px;
63   background: #ffffff;
64   clear: both;
65   min-height: 300px;
66   padding: 15px;
67
68 }
69
70 #footer {
71   width: 952px;
72   background: #efefef;
73   margin-top: 10px;
74   padding: 4px;
75   border-top: 1px dashed #336699;
76 }
77
78 .delete-link {
79   float: right;
80 }
81
82 .error-text {
83   color: red;
84   font-weight: bold;
85 }