Statistics
| Branch: | Tag: | Revision:

root / ui / static / ie.css @ 63b2e83e

History | View | Annotate | Download (5.3 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: 0px;
15
    width: 120px;
16
    left: 530px;
17
}
18

    
19
div.machine {
20
    width: 528px;
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: -66px;
133
    position: relative;
134
}
135

    
136
div.destroy div.confirm_single {
137
    width: 150px;
138
}
139

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

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

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

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

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

    
163
.single div.upper {
164
    height: 380px;
165
}
166

    
167
div.single-actions {
168
    overflow: visible;
169
    width: 170px;
170
}
171

    
172
.single div.confirm_single {
173
    margin-right: -19px;
174
}
175

    
176
.single div.action_error {
177
    position: absolute;
178
    top: 190px;
179
    margin-left: -95px !important;
180
}
181

    
182
.single div.confirm_single button.no {
183
    margin-left: 0;
184
    position: relative;
185
}
186

    
187
.single div.destroy div.confirm_single {
188
    margin: 0;
189
    margin-right: -60px;
190
    margin-top: -18px;
191
}
192

    
193
#ie-fix-view-select {
194
    position: relative;
195
    z-index: 1000;
196
}
197

    
198
.running {
199
    height: 80px;
200
}
201

    
202
.editbuttons {
203
    margin-top: -19px !important;
204
}
205

    
206
#metadata-wizard .editbuttons {
207
    padding-top: 1px;
208
}
209

    
210
#networkscreate {
211
    height:20px;
212
}
213

    
214
#networks-pane #beforecreate {
215
    margin-top:0;
216
}
217

    
218
#networks-wizard h2 {
219
    margin-bottom:5px;
220
}
221

    
222
#networks-wizard div.container {
223
    width: 426px;
224
    margin-top:-6px;
225
}
226

    
227
#networks-wizard div.name-input {
228
    margin-left:45px;
229
}
230

    
231
#networks-wizard .cancel {
232
    margin-top:-12px;
233
}
234

    
235
#networks-wizard .create {
236
    margin-top:-24px;
237
}
238

    
239
#networks-wizard .separator-end {
240
    margin-top: 5px;
241
}
242

    
243
.private-networks .state div {
244
    margin: 5px 1px 4px;
245
}
246

    
247
.private-networks .separator {
248
    width: 505px;
249
}
250

    
251
div.network-placeholder {
252
    margin-left:36px;
253
}
254

    
255
div.network div.machine-actions a {
256
    margin-left:5px;
257
}
258

    
259
#metadata-wizard .addbuttons {
260
    margin-top: -17px;
261
}
262

    
263
#metadata-wizard .dropdown-container {
264
    position: absolute;
265
}
266

    
267
#wizard button.next {
268
    margin-right: -32px;
269
    padding-right: 5px;
270
}
271

    
272
#metadata-wizard .machine-name {
273
    padding-top: 1px;
274
}
275

    
276
#metadata-wizard #add-meta-key {
277
    height: 14px;
278
}
279

    
280
#metadata-wizard #add-meta-value {
281
    height: 16px;
282
}
283

    
284
#metadata-wizard .metadata-edit {
285
    margin-top: -13px;
286
}
287

    
288
#wizard div.panes {
289
    width: 426px;
290
}
291

    
292
#status li {
293
    margin-bottom: -10px;
294
}
295

    
296
/* float clearing for IE6 */
297
* html .clearfix{
298
  height: 1%;
299
  overflow: visible;
300
}
301

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

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

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

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

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

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

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

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

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

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

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

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

    
370
.private-networks div.confirm_single {
371
    position:relative;
372
}
373

    
374
div.network div.actions a {
375
    position: relative;
376
}
377

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

    
383
div.network {
384
    overflow: visible;
385
}
386

    
387
.machine-container {
388
    margin: 2px 0 0 1px;
389
}
390

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

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