Statistics
| Branch: | Tag: | Revision:

root / ui / static / ie.css @ 187d557d

History | View | Annotate | Download (7.2 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, .notification-box .popup-body-inner {
10
    margin-left: 12px;
11
    padding-bottom: 30px;
12
    height: 140px;
13
}
14

    
15

    
16
div.machine {
17
    width: 528px;
18
    padding-bottom: 10px;
19
}
20

    
21
div.machine .state {
22
    width: 50%;
23
}
24

    
25
a.enabled {
26
    cursor: pointer;
27
}
28

    
29
.machine div.info div.toggler, .single div.tags div.toggler, div.network div.toggler {
30
    font-size:1%;
31
    height:10px;
32
}
33

    
34
#wizard {
35
    height: 450px;
36
}
37

    
38
#wizard .topruler, #networks-wizard .topruler {
39
    width: 426px;
40
    margin-top: -2px;
41
    margin-bottom: 0px;
42
}
43

    
44
#wizard #tabscontainer {
45
    width: 426px;
46
}
47

    
48
div.image {
49
    padding: 0px;
50
    margin-bottom:0px;
51
}
52

    
53
.description-container {
54
    width: 390px;
55
    top: -10px;
56
    left: 83px;
57
}
58

    
59
#machinetype {
60
    width: 426px;
61
}
62

    
63
#page2-container {
64
    width: 426px;
65
}
66

    
67
.typebody {
68
    top: -2px;
69
}
70

    
71
.slider-container {
72
    padding: 0px;
73
}
74

    
75
#page2-container label {
76
    float:left;
77
    margin-top: -3px;
78
}
79

    
80
.slider {
81
    margin: 5px 0 20px 0px;
82
}
83

    
84
.progress {
85
    font-size: 2%;
86
}
87

    
88
.handle {
89
    margin-top: -9px;
90
}
91

    
92
.range {
93
    margin: -3px -5px 0 15px;
94
}
95

    
96
.units {
97
    padding:0px;
98
}
99

    
100
#wizard .cost {
101
    margin-top: 55px;
102
    margin-left:0px;
103
}
104

    
105
#credits-indicator {
106
    width: 30px;
107
    margin-left: 3px;
108
}
109

    
110
#page3-container {
111
    width: 426px;
112
    margin-bottom: 25px;
113
}
114

    
115
#wizard .text {
116
    padding: 0px;
117
}
118

    
119
#wizard .bottomruler, #networks-wizard .bottomruler {
120
    width:426px;
121
}
122

    
123
#wizard button.next {
124
    margin-top: -23px;
125
}
126

    
127
#wizard button.prev {
128
    margin-top: -3px;
129
    padding-left: 5px;
130
}
131

    
132
#wizard .separator-end {
133
    font-size: 2%;
134
    margin-top: 383px;
135
}
136

    
137
div.confirm_single {
138
    margin-right: -73px;
139
}
140

    
141
div.action_error {
142
    margin-left: 465px;
143
}
144

    
145
div.action_error button.details {
146
    text-align: center;
147
    padding-left: 0;
148
    padding-right: 0;
149
}
150

    
151
div.single div.column3 div.server-name:hover, .single .column3 .column3-selected {
152
    width: 145px;
153
}
154

    
155
.single .column3 .separator {
156
    margin: 4px 0 0 7px;
157
}
158

    
159
.single div.action-container {
160
    width: 165px;
161
    overflow: visible;
162
}
163

    
164
.single div.upper {
165
    height: 380px;
166
    padding-top: 90px;
167
    margin-top: 10px;
168
}
169

    
170
div.single-actions {
171
    overflow: visible;
172
    width: 170px;
173
}
174

    
175
div.machine div.actions a {
176
    width: 180px;
177
}
178

    
179
#error-success .popup-body-inner {
180
      margin-left: 12px;
181
}
182
    
183
div.machine div.actions {
184
    right: -183px;
185
    width: 114px;
186
}
187

    
188
div.machine div.actions {
189
    height: 75px;
190
    margin-top: -10px;
191
    padding-top: 10px;
192
}
193

    
194
div.machine .destroy .confirm_single {
195
    width: 130px;
196
}
197

    
198
div.machine .actions .destroy {
199
    position: absolute;
200
    bottom:0;
201
}
202

    
203
.single div.confirm_single {
204
    margin-right: -19px;
205
}
206

    
207
.single div.action_error {
208
    position: absolute;
209
    top: 190px;
210
    margin-left: -95px !important;
211
}
212

    
213
#ie-fix-view-select {
214
    position: relative;
215
    z-index: 1000;
216
}
217

    
218
#view-select {
219
    top: -35px !important;
220
    right: 10px;
221
}
222

    
223
.running {
224
    height: 80px;
225
    padding-top: 70px;
226
    margin-top: -68px;
227
}
228

    
229
.editbuttons {
230
    margin-top: -19px !important;
231
}
232

    
233
#networkscreate {
234
    height:20px;
235
}
236

    
237
#networks-pane #beforecreate {
238
    margin-top:0;
239
    height: 32px;
240
}
241

    
242
#networks-wizard h2 {
243
    margin-bottom:5px;
244
}
245

    
246
#networks-wizard div.container {
247
    width: 426px;
248
    margin-top:-6px;
249
}
250

    
251
#networks-wizard div.name-input {
252
    margin-left:45px;
253
}
254

    
255
#networks-wizard .cancel {
256
    margin-top:-12px;
257
}
258

    
259
#networks-wizard .create {
260
    margin-top:-24px;
261
}
262

    
263
#networks-wizard .separator-end {
264
    margin-top: 5px;
265
}
266

    
267
.private-networks .state div {
268
    margin: 5px 1px 4px;
269
}
270

    
271
#metadata-wizard .addbuttons {
272
    margin-top: -16.5px;
273
}
274

    
275
#metadata-wizard .dropdown-container {
276
    position: absolute;
277
}
278

    
279
#wizard button.next {
280
    margin-right: -32px;
281
    padding-right: 5px;
282
}
283

    
284
#wizard div.panes {
285
    width: 426px;
286
}
287

    
288
#status li {
289
    margin-bottom: -10px;
290
}
291

    
292
/* float clearing for IE6 */
293
* html .clearfix{
294
  height: 1%;
295
  overflow: visible;
296
}
297

    
298
.clearfix {
299
    zoom: 1;     /* triggers hasLayout */
300
    display: block;     /* resets display for IE/Win */
301
}
302

    
303
/* float clearing for IE7 */
304
*+html .clearfix{
305
  min-height: 1%;
306
}
307

    
308
div.network-remove-machine {
309
    position: absolute;
310
    z-index: -1;
311
    margin-left: 0px;
312
    left: -33px;
313
}
314

    
315
div.network div.machine-actions {
316
    position: absolute;
317
    left: 453px;
318
}
319

    
320
.network-machine {
321
    position: relative;
322
    overflow: visible;
323
    padding-bottom: 0;
324
    margin-top: 10px;
325
}
326

    
327
.private-networks div.network-remove-machine {
328
    left: -35px;
329
}
330

    
331
.last div.network-cable {
332
    position: absolute;
333
    left: 7px;
334
}
335

    
336
div.firewall-cable {
337
    position: absolute;
338
    left: -33px;
339
    height: 93px;
340
    margin-left:0;
341
}
342

    
343
.first div.network-cable {
344
    height: 93px;
345
    position: absolute;
346
    left: 7px;
347
}
348

    
349
.firewall-content {
350
    margin-bottom: 0px;
351
    height: 90px;
352
}
353

    
354
.machines {
355
    margin-top: 15px;
356
    position: relative;
357
}
358
div.private-networks .network-contents {
359
    margin-top: -6px;
360
}
361

    
362
div.private-networks div.network-placeholder {
363
    position: relative;
364
    z-index: -1;
365
}
366

    
367
div.network {
368
    width: 540px;
369
}
370

    
371
.private-networks div.confirm_single {
372
    position: absolute;
373
    left: 613px;
374
    width: 150px;
375
}
376

    
377
.private-networks div.machines-list div.confirm_single {
378
    left: 527px;
379
}
380

    
381
div.network div.actions a {
382
    position: relative;
383
}
384

    
385
div.network div.actions {
386
    overflow: visible;
387
    left: 540px;
388
}
389

    
390
div.network {
391
    overflow: visible;
392
}
393

    
394
.machine-container {
395
    margin: 2px 0 0 1px;
396
}
397

    
398
.private-networks div.status {
399
    margin-bottom: 0px;
400
    margin-top: 10px;
401
}
402

    
403
.private-networks div.network-indicator {
404
    margin-top:0px;
405
}
406

    
407
div#user {
408
    position: absolute;
409
    right:0;
410
}
411

    
412
div#user .usermenu {
413
    height: 26px;
414
    position: relative;
415
    width: 190px;
416
}
417

    
418
div#user .username {
419
    height: auto;
420
}
421

    
422
div#user .usermenu .useractions {
423
    margin-top:5px;
424
}
425

    
426
div#user .usermenu .useractions li {
427
    display: block;
428
    height: 1%;
429
}
430

    
431
div.reboot-dialog button.reboot-single {
432
    position: relative;
433
}
434

    
435
.indicators {
436
    height: 10px;
437
}
438

    
439
.network-machine .network-cable {
440
    position: relative;
441
    left: 2px;
442
}
443

    
444
.network-machine .network-cable {
445
    height: 120px;
446
}
447

    
448
.machines {
449
    width: 433px;
450
}
451

    
452
.network-remove-machine {
453
    bottom: 13px;
454
}
455

    
456
.last .network-remove-machine {
457
    bottom: 7px;
458
}
459

    
460
#networks-container .indicators div {
461
    height: 20px;
462
}
463

    
464
.private-networks .indicators div {
465
    height: 10px !important;
466
    margin: 0!important;
467
    margin-right: 2px;
468
    margin-top: 4px;
469
}
470

    
471
.private-networks .network-remove-machine {
472
    bottom: 9px;
473
}
474

    
475

    
476
#error-success, .notification-box {
477
    top: 50px !important;
478
    position: absolute !important;
479
}
480

    
481
.notification-box .popup-body-inner {
482
    width: 455px !important;
483
    padding-right: 10px !important;
484
}
485

    
486

    
487
#invsent h3 span {
488
    font-size: 0.8em;
489
}
490

    
491
#invsent li {
492
    padding-left: 0px;
493
}
494

    
495
#invsent li img {
496
    left: 20px;
497
}
498

    
499
.add-field-container {
500
    margin-top: 10px;
501
}
502

    
503

    
504
.password-container {
505
    width: 415px !important;
506
}
507

    
508
.popup-body-inner {
509
    padding-bottom: 20px !important;
510
}
511

    
512
#invsent h3 img {
513
    float: none;
514
}
515

    
516
#field_email_name {
517
}
518

    
519
a.manage-metadata {
520
    margin-left: 0 !important;
521
}
522

    
523
.metadata-keys-container {
524
    float: left;
525
}
526

    
527
.vm-metadata {
528
    width: 110px;
529
}
530

    
531
.error-report {
532
    float: right;
533
    text-align: right;
534
}