Statistics
| Branch: | Tag: | Revision:

root / ui / static / ie.css @ 14e80a27

History | View | Annotate | Download (5.1 kB)

1
ul.css-tabs a, .tab-name {
2
    height:31px;
3
}
4

    
5
div.machine div.actions a {
6
    width: 180px;
7
}
8

    
9
#error-success .popup-body-inner {
10
    margin-left: 12px;
11
}
12

    
13
div.machine div.actions {
14
    right: -183px;
15
    width: 120px;
16
}
17

    
18
div.machine {
19
    width: 528px;
20
}
21

    
22
.machine div.info div.toggler, .single div.tags div.toggler, div.network div.toggler {
23
    font-size:1%;
24
    height:10px;
25
}
26

    
27
#wizard {
28
    height: 450px;
29
}
30

    
31
#wizard .topruler, #networks-wizard .topruler {
32
    width: 426px;
33
    margin-top: -2px;
34
    margin-bottom: 0px;
35
}
36

    
37
#wizard #tabscontainer {
38
    width: 426px;
39
}
40

    
41
div.image {
42
    padding: 0px;
43
    margin-bottom:0px;
44
}
45

    
46
.description-container {
47
    width: 390px;
48
    top: -10px;
49
    left: 83px;
50
}
51

    
52
#machinetype {
53
    width: 426px;
54
}
55

    
56
#page2-container {
57
    width: 426px;
58
}
59

    
60
.typebody {
61
    top: -2px;
62
}
63

    
64
.slider-container {
65
    padding: 0px;
66
}
67

    
68
#page2-container label {
69
    float:left;
70
    margin-top: -3px;
71
}
72

    
73
.slider {
74
    margin: 5px 0 20px 0px;
75
}
76

    
77
.progress {
78
    font-size: 2%;
79
}
80

    
81
.handle {
82
    margin-top: -9px;
83
}
84

    
85
.range {
86
    margin: -3px -5px 0 15px;
87
}
88

    
89
.units {
90
    padding:0px;
91
}
92

    
93
#wizard .cost {
94
    margin-top: 55px;
95
    margin-left:0px;
96
}
97

    
98
#credits-indicator {
99
    width: 30px;
100
    margin-left: 3px;
101
}
102

    
103
#page3-container {
104
    width: 426px;
105
    margin-bottom: 25px;
106
}
107

    
108
#wizard .text {
109
    padding: 0px;
110
}
111

    
112
#wizard .bottomruler, #networks-wizard .bottomruler {
113
    width:426px;
114
}
115

    
116
#wizard button.next {
117
    margin-top: -23px;
118
}
119

    
120
#wizard button.prev {
121
    margin-top: -3px;
122
    padding-left: 5px;
123
}
124

    
125
#wizard .separator-end {
126
    font-size: 2%;
127
    margin-top: 383px;
128
}
129

    
130
div.confirm_single {
131
    margin-right: -73px;
132
}
133

    
134
div.action_error {
135
    margin-left: 465px;
136
}
137

    
138
div.action_error button.details {
139
    text-align: center;
140
    padding-left: 0;
141
    padding-right: 0;
142
}
143

    
144
div.single div.column3 div.server-name:hover, .single .column3 .column3-selected {
145
    width: 145px;
146
}
147

    
148
.single .column3 .separator {
149
    margin: 4px 0 0 7px;
150
}
151

    
152
.single div.action-container {
153
    width: 165px;
154
    overflow: visible;
155
}
156

    
157
.single div.upper {
158
    height: 380px;
159
}
160

    
161
div.single-actions {
162
    overflow: visible;
163
    width: 170px;
164
}
165

    
166
.single div.confirm_single {
167
    margin-right: -19px;
168
}
169

    
170
.single div.action_error {
171
    position: absolute;
172
    top: 190px;
173
    margin-left: -95px !important;
174
}
175

    
176
#ie-fix-view-select {
177
    position: relative;
178
    z-index: 1000;
179
}
180

    
181
.running {
182
    height: 80px;
183
}
184

    
185
.editbuttons {
186
    margin-top: -19px !important;
187
}
188

    
189
#networkscreate {
190
    height:20px;
191
}
192

    
193
#networks-pane #beforecreate {
194
    margin-top:0;
195
    height: 32px;
196
}
197

    
198
#networks-wizard h2 {
199
    margin-bottom:5px;
200
}
201

    
202
#networks-wizard div.container {
203
    width: 426px;
204
    margin-top:-6px;
205
}
206

    
207
#networks-wizard div.name-input {
208
    margin-left:45px;
209
}
210

    
211
#networks-wizard .cancel {
212
    margin-top:-12px;
213
}
214

    
215
#networks-wizard .create {
216
    margin-top:-24px;
217
}
218

    
219
#networks-wizard .separator-end {
220
    margin-top: 5px;
221
}
222

    
223
.private-networks .state div {
224
    margin: 5px 1px 4px;
225
}
226

    
227
#metadata-wizard .addbuttons {
228
    margin-top: -16.5px;
229
}
230

    
231
#metadata-wizard .dropdown-container {
232
    position: absolute;
233
}
234

    
235
#wizard button.next {
236
    margin-right: -32px;
237
    padding-right: 5px;
238
}
239

    
240
#wizard div.panes {
241
    width: 426px;
242
}
243

    
244
#status li {
245
    margin-bottom: -10px;
246
}
247

    
248
/* float clearing for IE6 */
249
* html .clearfix{
250
  height: 1%;
251
  overflow: visible;
252
}
253

    
254
/* float clearing for IE7 */
255
*+html .clearfix{
256
  min-height: 1%;
257
}
258

    
259
div.network-remove-machine {
260
    position: absolute;
261
    z-index: -1;
262
    margin-left: 0px;
263
    left: -33px;
264
}
265

    
266
div.network div.machine-actions {
267
    position: absolute;
268
    left: 453px;
269
}
270

    
271
.network-machine {
272
    position: relative;
273
    overflow: visible;
274
    padding-bottom: 0;
275
    margin-top: 10px;
276
}
277

    
278
.private-networks div.network-remove-machine {
279
    left: -35px;
280
}
281

    
282
.last div.network-cable {
283
    position: absolute;
284
    left: 7px;
285
}
286

    
287
div.firewall-cable {
288
    position: absolute;
289
    left: -33px;
290
    height: 93px;
291
    margin-left:0;
292
}
293

    
294
.first div.network-cable {
295
    height: 93px;
296
    position: absolute;
297
    left: 7px;
298
}
299

    
300
.firewall-content {
301
    margin-bottom: 0px;
302
    height: 90px;
303
}
304

    
305
.machines {
306
    margin-top: 15px;
307
    position: relative;
308
}
309
div.private-networks .network-contents {
310
    margin-top: -6px;
311
}
312

    
313
div.private-networks div.network-placeholder {
314
    position: relative;
315
    z-index: -1;
316
}
317

    
318
div.network {
319
    width: 540px;
320
}
321

    
322
.private-networks div.confirm_single {
323
    position: absolute;
324
    left: 613px;
325
    width: 150px;
326
}
327

    
328
.private-networks div.machines-list div.confirm_single {
329
    left: 527px;
330
}
331

    
332
div.network div.actions a {
333
    position: relative;
334
}
335

    
336
div.network div.actions {
337
    overflow: visible;
338
    left: 540px;
339
}
340

    
341
div.network {
342
    overflow: visible;
343
}
344

    
345
.machine-container {
346
    margin: 2px 0 0 1px;
347
}
348

    
349
.private-networks div.status {
350
    margin-bottom: 0px;
351
    margin-top: 10px;
352
}
353

    
354
.private-networks div.network-indicator {
355
    margin-top:0px;
356
}
357

    
358
div#user {
359
    position: absolute;
360
    right:0;
361
}
362

    
363
div#user .usermenu {
364
    height: 26px;
365
    position: relative;
366
    width: 190px;
367
}
368

    
369
div#user .username {
370
    height: auto;
371
}
372

    
373
div#user .usermenu .useractions {
374
    margin-top:5px;
375
}
376

    
377
div#user .usermenu .useractions li {
378
    display: block;
379
    height: 1%;
380
}
381

    
382
div.reboot-dialog button.reboot-single {
383
    position: relative;
384
}