Statistics
| Branch: | Tag: | Revision:

root / ui / static / ie.css @ 2a698906

History | View | Annotate | Download (4.4 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
}
196

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
321
.private-networks div.confirm_single {
322
    position:relative;
323
}
324

    
325
div.network div.actions a {
326
    position: relative;
327
}
328

    
329
div.network div.actions {
330
    overflow: visible;
331
    left: 540px;
332
}
333

    
334
div.network {
335
    overflow: visible;
336
}