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