Statistics
| Branch: | Tag: | Revision:

root / ui / static / ie.css @ f7422d62

History | View | Annotate | Download (3 kB)

1
div.machine div.actions a {
2
    width: 180px;
3
}
4

    
5
div.machine div.actions {
6
    right: -183px;
7
    width: 120px;
8
}
9

    
10
div.machine {
11
    width: 528px;
12
}
13

    
14
#wizard {
15
    height: 450px;
16
}
17

    
18
#wizard .topruler, #networks-wizard .topruler {
19
    width: 426px;
20
    margin-top: -2px;
21
    margin-bottom: 0px;
22
}
23

    
24
#wizard #tabscontainer {
25
    width: 426px;
26
}
27

    
28
div.image {
29
    padding: 0px;
30
    margin-bottom:0px;
31
}
32

    
33
.description-container {
34
    width: 390px;
35
    top: -10px;
36
    left: 83px;
37
}
38

    
39
#machinetype {
40
    width: 426px;
41
}
42

    
43
#page2-container {
44
    width: 426px;
45
}
46

    
47
.typebody {
48
    top: -2px;
49
}
50

    
51
.slider-container {
52
    padding: 0px;
53
}
54

    
55
#page2-container label {
56
    float:left;
57
    margin-top: -3px;
58
}
59

    
60
.slider {
61
    margin: 5px 0 20px 0px;
62
}
63

    
64
.progress {
65
    font-size: 2%;
66
}
67

    
68
.handle {
69
    margin-top: -9px;
70
}
71

    
72
.range {
73
    margin: -3px -5px 0 15px;
74
}
75

    
76
.units {
77
    padding:0px;
78
}
79

    
80
#wizard .cost {
81
    margin-top: 55px;
82
    margin-left:0px;
83
}
84

    
85
#credits-indicator {
86
    width: 30px;
87
    margin-left: 3px;
88
}
89

    
90
#page3-container {
91
    width: 426px;
92
    margin-bottom: 25px;
93
}
94

    
95
#wizard .text {
96
    padding: 0px;
97
}
98

    
99
#wizard .bottomruler, #networks-wizard .bottomruler {
100
    width:426px;
101
}
102

    
103
#wizard button.next {
104
    margin-top: -23px;
105
}
106

    
107
#wizard button.prev {
108
    margin-top: -3px;
109
}
110

    
111
#wizard .separator-end {
112
    font-size: 2%;
113
    margin-top: 383px;
114
}
115

    
116
div.confirm_single {
117
    margin-right: -73px;
118
}
119

    
120
div.action_error {
121
    margin-left: 465px;
122
}
123

    
124
div.action_error button.details {
125
    text-align: center;
126
    padding-left: 0;
127
    padding-right: 0;
128
}
129

    
130
div.single div.column3 div.server-name:hover, .single .column3 .column3-selected {
131
    width: 145px;
132
}
133

    
134
.single .column3 .separator {
135
    margin: 4px 0 0 7px;
136
}
137

    
138
.single div.action-container {
139
    width: 165px;
140
    overflow: visible;
141
}
142

    
143
.single div.upper {
144
    overflow: visible;
145
}
146

    
147
div.single-actions {
148
    overflow: visible;
149
    width: 170px;
150
}
151

    
152
.single div.confirm_single {
153
    margin-right: -19px;
154
}
155

    
156
.single div.action_error {
157
    position: absolute;
158
    top: 190px;
159
    margin-left: -95px !important;
160
}
161

    
162
#ie-fix-view-select {
163
    position: relative;
164
    z-index: 1000;
165
}
166

    
167
.running {
168
    height: 80px;
169
}
170

    
171
.editbuttons {
172
    margin-top: -19px !important;
173
}
174

    
175
#networks-wizard h2 {
176
    margin-bottom:5px;
177
}
178

    
179
#networks-wizard div.container {
180
    width: 426px;
181
    margin-top:-6px;
182
}
183

    
184
#networks-wizard div.name-input {
185
    margin-left:45px;
186
}
187

    
188
#networks-wizard .cancel {
189
    margin-top:-12px;
190
}
191

    
192
#networks-wizard .create {
193
    margin-top:-24px;
194
}
195

    
196
#networks-wizard .separator-end {
197
    margin-top: 5px;
198
}
199

    
200
.private-networks .state div {
201
    margin: 5px 1px 4px;
202
}
203

    
204
#metadata-wizard .addbuttons {
205
    margin-top: -16.5px;
206
}
207

    
208
#metadata-wizard .dropdown-container {
209
    position: absolute;
210
}
211

    
212
#wizard button.next {
213
    margin-right: -32px;
214
    padding-right: 5px;
215
}
216

    
217
#wizard div.panes {
218
    width: 426px;
219
}
220

    
221
#status li {
222
    margin-bottom: -10px;
223
}
224

    
225
/* float clearing for IE6 */
226
* html .clearfix{
227
  height: 1%;
228
  overflow: visible;
229
}
230

    
231
/* float clearing for IE7 */
232
*+html .clearfix{
233
  min-height: 1%;
234
}