]> code.citadel.org Git - citadel.git/blob - webcit/static/styles/box.css
Fixed a few minor things broken by the previous commit
[citadel.git] / webcit / static / styles / box.css
1 .box {
2         background-color: transparent;
3         width: 100%;
4         padding: 0;
5         margin: 0;
6 }
7
8 #content .box { text-align: center }
9
10 .boxlabel, .boxcontent { margin: 0 }
11
12 #content .boxlabel, #global .boxlabel {
13         padding: 0;
14         width: 100%;
15         text-align: center;
16 }
17
18 .boxlabel {
19         background-color: #FF7814;
20         color: #FFF;
21         font-weight: 700;
22         text-align: center;
23         padding: 0;
24 }
25
26 .boxcontent {
27         text-align: left;
28         padding: 5px;
29         background-color: #FFF;
30         color: #000;
31 }
32