Handle hostnames with upper-case letters
[webmin.git] / fdisk / winclassic.css
1 .dynamic-slider-control {
2         position:                       relative;
3         background-color:       ThreeDFace;
4         -moz-user-focus:        normal;
5         -moz-user-select:       none;
6         cursor:                         default;
7 }
8
9 .horizontal {
10         width:                          200px;
11         height:                         29px;
12 }
13
14 .vertical {
15         width:                          29px;
16         height:                         200px;
17 }
18
19 .dynamic-slider-control input {
20         display:        none;
21 }
22
23 .dynamic-slider-control .handle {
24         position:                       absolute;
25         -moz-user-select:       none;
26         cursor:                         default;
27         background:                     ThreeDFace;
28         border:                         1px solid;
29         border-color:           ThreeDHighlight ThreeDDarkShadow
30                                                 ThreeDDarkShadow ThreeDHighlight;
31 }
32
33 /* inner border */
34 .dynamic-slider-control .handle div {
35         font-size:                      1px;
36         border:                         1px solid;
37         border-color:           ThreeDLightShadow ThreeDShadow
38                                                 ThreeDShadow ThreeDLightShadow; 
39
40         box-sizing:                     content-box;
41         -moz-box-sizing:        content-box;
42 }
43
44 /*      inner sets size
45 .dynamic-slider-control.horizontal .handle {
46         width:                          12px;
47         height:                         22px;
48 }
49 */
50
51 .dynamic-slider-control.horizontal .handle div {
52         width:                          8px;
53         height:                         18px;
54 }
55
56 .dynamic-slider-control.horizontal .handle.hover {}
57
58 /* inner sets size
59 .dynamic-slider-control.vertical .handle {
60         width:                          22px;
61         height:                         12px;
62 }
63 */
64
65 .dynamic-slider-control.vertical .handle div {
66         width:                          18px;
67         height:                         8px;
68 }
69
70 .dynamic-slider-control.vertical .handle.hover {}
71
72 .dynamic-slider-control .line {
73         
74         box-sizing:                     content-box;
75         -moz-box-sizing:        content-box;
76                 
77         position:                       absolute;
78         font-size:                      0.01mm;
79         overflow:                       hidden;
80         border:                         1px solid;
81         border-color:           ThreeDShadow ThreeDHighlight
82                                                 ThreeDHighlight ThreeDShadow;
83         background:                     ThreeDDarkShadow;
84 }
85
86 .dynamic-slider-control.vertical .line {
87         width:                          1px;
88         
89 }
90
91 .dynamic-slider-control.horizontal .line {
92         height:                         1px;
93 }
94
95 .dynamic-slider-control .line div {
96         display:        none;
97 }