Statistics
| Branch: | Tag: | Revision:

root / ui / static / ie.css @ 34b03011

History | View | Annotate | Download (4.9 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
#metadata-wizard .editbuttons {
190
    padding-top: 1px;
191
}
192

    
193
#networkscreate {
194
    height:20px;
195
}
196

    
197
#networks-pane #beforecreate {
198
    margin-top:0;
199
}
200

    
201
#networks-wizard h2 {
202
    margin-bottom:5px;
203
}
204

    
205
#networks-wizard div.container {
206
    width: 426px;
207
    margin-top:-6px;
208
}
209

    
210
#networks-wizard div.name-input {
211
    margin-left:45px;
212
}
213

    
214
#networks-wizard .cancel {
215
    margin-top:-12px;
216
}
217

    
218
#networks-wizard .create {
219
    margin-top:-24px;
220
}
221

    
222
#networks-wizard .separator-end {
223
    margin-top: 5px;
224
}
225

    
226
.private-networks .state div {
227
    margin: 5px 1px 4px;
228
}
229

    
230
.private-networks .separator {
231
    width: 505px;
232
}
233

    
234
div.network-placeholder {
235
    margin-left:36px;
236
}
237

    
238
div.network div.machine-actions a {
239
    margin-left:5px;
240
}
241

    
242
#metadata-wizard .addbuttons {
243
    margin-top: -17px;
244
}
245

    
246
#metadata-wizard .dropdown-container {
247
    position: absolute;
248
}
249

    
250
#wizard button.next {
251
    margin-right: -32px;
252
    padding-right: 5px;
253
}
254

    
255
#metadata-wizard .machine-name {
256
    padding-top: 1px;
257
}
258

    
259
#metadata-wizard #add-meta-key {
260
    height: 14px;
261
}
262

    
263
#metadata-wizard #add-meta-value {
264
    height: 16px;
265
}
266

    
267
#metadata-wizard .metadata-edit {
268
    margin-top: -13px;
269
}
270

    
271
#wizard div.panes {
272
    width: 426px;
273
}
274

    
275
#status li {
276
    margin-bottom: -10px;
277
}
278

    
279
/* float clearing for IE6 */
280
* html .clearfix{
281
  height: 1%;
282
  overflow: visible;
283
}
284

    
285
/* float clearing for IE7 */
286
*+html .clearfix{
287
  min-height: 1%;
288
}
289

    
290
div.network-remove-machine {
291
    position: absolute;
292
    z-index: -1;
293
    margin-left: 0px;
294
    left: -33px;
295
}
296

    
297
div.network div.machine-actions {
298
    position: absolute;
299
    left: 453px;
300
}
301

    
302
.network-machine {
303
    position: relative;
304
    overflow: visible;
305
    padding-bottom: 0;
306
    margin-top: 10px;
307
}
308

    
309
.private-networks div.network-remove-machine {
310
    left: -35px;
311
}
312

    
313
.last div.network-cable {
314
    position: absolute;
315
    left: 7px;
316
}
317

    
318
div.firewall-cable {
319
    position: absolute;
320
    left: -33px;
321
    height: 93px;
322
    margin-left:0;
323
}
324

    
325
.first div.network-cable {
326
    height: 93px;
327
    position: absolute;
328
    left: 7px;
329
}
330

    
331
.firewall-content {
332
    margin-bottom: 0px;
333
    height: 90px;
334
}
335

    
336
.machines {
337
    margin-top: 15px;
338
    position: relative;
339
}
340
div.private-networks .network-contents {
341
    margin-top: -6px;
342
}
343

    
344
div.private-networks div.network-placeholder {
345
    position: relative;
346
    z-index: -1;
347
}
348

    
349
div.network {
350
    width: 540px;
351
}
352

    
353
.private-networks div.confirm_single {
354
    position:relative;
355
}
356

    
357
div.network div.actions a {
358
    position: relative;
359
}
360

    
361
div.network div.actions {
362
    overflow: visible;
363
    left: 540px;
364
}
365

    
366
div.network {
367
    overflow: visible;
368
}