Statistics
| Branch: | Tag: | Revision:

root / ui / static / ie.css @ 5926e37c

History | View | Annotate | Download (6.8 kB)

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

    
5
#error-success .popup-body-inner {
6
    margin-left: 12px;
7
}
8

    
9

    
10
div.machine {
11
    width: 528px;
12
    padding-bottom: 10px;
13
}
14

    
15
div.machine .state {
16
    width: 50%;
17
}
18

    
19
a.enabled {
20
    cursor: pointer;
21
}
22

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
158
.single div.upper {
159
    height: 380px;
160
    padding-top: 80px;
161
}
162

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

    
168
div.machine div.actions a {
169
    width: 180px;
170
}
171

    
172
#error-success .popup-body-inner {
173
      margin-left: 12px;
174
}
175
    
176
div.machine div.actions {
177
    right: -183px;
178
    width: 114px;
179
}
180

    
181
div.machine div.actions {
182
    height: 75px;
183
    margin-top: -10px;
184
    padding-top: 10px;
185
}
186

    
187
div.machine .destroy .confirm_single {
188
    width: 130px;
189
}
190

    
191
div.machine .actions .destroy {
192
    position: absolute;
193
    bottom:0;
194
}
195

    
196
.single div.confirm_single {
197
    margin-right: -19px;
198
}
199

    
200
.single div.action_error {
201
    position: absolute;
202
    top: 190px;
203
    margin-left: -95px !important;
204
}
205

    
206
#ie-fix-view-select {
207
    position: relative;
208
    z-index: 1000;
209
}
210

    
211
#view-select {
212
    top: -45px !important;
213
}
214

    
215
.running {
216
    height: 80px;
217
    padding-top: 70px;
218
}
219

    
220
.editbuttons {
221
    margin-top: -19px !important;
222
}
223

    
224
#networkscreate {
225
    height:20px;
226
}
227

    
228
#networks-pane #beforecreate {
229
    margin-top:0;
230
    height: 32px;
231
}
232

    
233
#networks-wizard h2 {
234
    margin-bottom:5px;
235
}
236

    
237
#networks-wizard div.container {
238
    width: 426px;
239
    margin-top:-6px;
240
}
241

    
242
#networks-wizard div.name-input {
243
    margin-left:45px;
244
}
245

    
246
#networks-wizard .cancel {
247
    margin-top:-12px;
248
}
249

    
250
#networks-wizard .create {
251
    margin-top:-24px;
252
}
253

    
254
#networks-wizard .separator-end {
255
    margin-top: 5px;
256
}
257

    
258
.private-networks .state div {
259
    margin: 5px 1px 4px;
260
}
261

    
262
#metadata-wizard .addbuttons {
263
    margin-top: -16.5px;
264
}
265

    
266
#metadata-wizard .dropdown-container {
267
    position: absolute;
268
}
269

    
270
#wizard button.next {
271
    margin-right: -32px;
272
    padding-right: 5px;
273
}
274

    
275
#wizard div.panes {
276
    width: 426px;
277
}
278

    
279
#status li {
280
    margin-bottom: -10px;
281
}
282

    
283
/* float clearing for IE6 */
284
* html .clearfix{
285
  height: 1%;
286
  overflow: visible;
287
}
288

    
289
.clearfix {
290
    zoom: 1;     /* triggers hasLayout */
291
    display: block;     /* resets display for IE/Win */
292
}
293

    
294
/* float clearing for IE7 */
295
*+html .clearfix{
296
  min-height: 1%;
297
}
298

    
299
div.network-remove-machine {
300
    position: absolute;
301
    z-index: -1;
302
    margin-left: 0px;
303
    left: -33px;
304
}
305

    
306
div.network div.machine-actions {
307
    position: absolute;
308
    left: 453px;
309
}
310

    
311
.network-machine {
312
    position: relative;
313
    overflow: visible;
314
    padding-bottom: 0;
315
    margin-top: 10px;
316
}
317

    
318
.private-networks div.network-remove-machine {
319
    left: -35px;
320
}
321

    
322
.last div.network-cable {
323
    position: absolute;
324
    left: 7px;
325
}
326

    
327
div.firewall-cable {
328
    position: absolute;
329
    left: -33px;
330
    height: 93px;
331
    margin-left:0;
332
}
333

    
334
.first div.network-cable {
335
    height: 93px;
336
    position: absolute;
337
    left: 7px;
338
}
339

    
340
.firewall-content {
341
    margin-bottom: 0px;
342
    height: 90px;
343
}
344

    
345
.machines {
346
    margin-top: 15px;
347
    position: relative;
348
}
349
div.private-networks .network-contents {
350
    margin-top: -6px;
351
}
352

    
353
div.private-networks div.network-placeholder {
354
    position: relative;
355
    z-index: -1;
356
}
357

    
358
div.network {
359
    width: 540px;
360
}
361

    
362
.private-networks div.confirm_single {
363
    position: absolute;
364
    left: 613px;
365
    width: 150px;
366
}
367

    
368
.private-networks div.machines-list div.confirm_single {
369
    left: 527px;
370
}
371

    
372
div.network div.actions a {
373
    position: relative;
374
}
375

    
376
div.network div.actions {
377
    overflow: visible;
378
    left: 540px;
379
}
380

    
381
div.network {
382
    overflow: visible;
383
}
384

    
385
.machine-container {
386
    margin: 2px 0 0 1px;
387
}
388

    
389
.private-networks div.status {
390
    margin-bottom: 0px;
391
    margin-top: 10px;
392
}
393

    
394
.private-networks div.network-indicator {
395
    margin-top:0px;
396
}
397

    
398
div#user {
399
    position: absolute;
400
    right:0;
401
}
402

    
403
div#user .usermenu {
404
    height: 26px;
405
    position: relative;
406
    width: 190px;
407
}
408

    
409
div#user .username {
410
    height: auto;
411
}
412

    
413
div#user .usermenu .useractions {
414
    margin-top:5px;
415
}
416

    
417
div#user .usermenu .useractions li {
418
    display: block;
419
    height: 1%;
420
}
421

    
422
div.reboot-dialog button.reboot-single {
423
    position: relative;
424
}
425

    
426
.indicators {
427
    height: 10px;
428
}
429

    
430
.network-machine .network-cable {
431
    position: relative;
432
    left: 2px;
433
}
434

    
435
.network-machine .network-cable {
436
    height: 120px;
437
}
438

    
439
.machines {
440
    width: 433px;
441
}
442

    
443
.network-remove-machine {
444
    bottom: 13px;
445
}
446

    
447
.last .network-remove-machine {
448
    bottom: 7px;
449
}
450

    
451
#networks-container .indicators div {
452
    height: 20px;
453
}
454

    
455
.private-networks .indicators div {
456
    height: 10px !important;
457
    margin: 0!important;
458
    margin-right: 2px;
459
    margin-top: 4px;
460
}
461

    
462
.private-networks .network-remove-machine {
463
    bottom: 9px;
464
}
465

    
466
#notification-box .popup-body-inner {
467
    width: 445px;
468
}
469

    
470

    
471
#invsent h3 span {
472
    font-size: 0.8em;
473
    margin-top: -15px;
474
}
475

    
476
#invsent li {
477
    padding-left: 0px;
478
}
479

    
480
#invsent li img {
481
    left: 20px;
482
}
483

    
484
.add-field-container {
485
    margin-top: 10px;
486
}
487

    
488

    
489
.password-container {
490
    width: 415px !important;
491
}
492

    
493
.popup-body-inner {
494
    padding-bottom: 20px !important;
495
}
496

    
497
#invsent h3 img {
498
    float: none;
499
}
500

    
501
#field_email_name {
502
}
503

    
504
a.manage-metadata {
505
    margin-left: 0 !important;
506
}
507

    
508
.metadata-keys-container {
509
    float: left;
510
}
511

    
512
.vm-metadata {
513
    width: 110px;
514
}