making attachment pane size correctly
[themes.git] / LCARStrek / global / skin / box.css
CommitLineData
c9990331 1
2titledbox
3 {
4 -moz-border-radius : 5px;
5 border : 2px groove #9C9CFF;
6 padding : 7px !important;
7 margin : 5px;
8 }
9
10label
11 {
12 margin : 0px 40px 2px 6px;
13 padding : 0px 3px 0px 3px;
14/* background-color : ThreeDFace; */
15 }
16
17.titledbox-body
18 {
19 display : block;
20 padding : inherit;
21 }
22
23
24/** box formatting **/
25 box[autostretch="never"]
26 {
27 vertical-align : middle;
28 }
29
30 box[autostretch="never"][valign="top"]
31 {
32 vertical-align : top;
33 }
34
35 box[autostretch="never"][valign="bottom"]
36 {
37 vertical-align : bottom;
38 }
39
40 box[autostretch="never"][halign="center"]
41 {
42 text-align : center;
43 }
44
45 box[autostretch="never"][halign="right"]
46 {
47 text-align : right;
48 }
49
50 row[autostretch="never"]
51 {
52 vertical-align : middle;
53 }
54