Statistics
| Branch: | Tag: | Revision:

root / ui / static / ie.css @ d475e17b

History | View | Annotate | Download (3.7 kB)

1
div.machine div.actions a {
2
    width: 180px;
3
}
4

    
5
div.machine div.actions {
6
    right: -183px;
7
    width: 120px;
8
}
9

    
10
div.machine {
11
    width: 528px;
12
}
13

    
14
#wizard {
15
    height: 450px;
16
}
17

    
18
#wizard .topruler, #networks-wizard .topruler {
19
    width: 426px;
20
    margin-top: -2px;
21
    margin-bottom: 0px;
22
}
23

    
24
#wizard #tabscontainer {
25
    width: 426px;
26
}
27

    
28
div.image {
29
    padding: 0px;
30
    margin-bottom:0px;
31
}
32

    
33
.description-container {
34
    width: 390px;
35
    top: -10px;
36
    left: 83px;
37
}
38

    
39
#machinetype {
40
    width: 426px;
41
}
42

    
43
#page2-container {
44
    width: 426px;
45
}
46

    
47
.typebody {
48
    top: -2px;
49
}
50

    
51
.slider-container {
52
    padding: 0px;
53
}
54

    
55
#page2-container label {
56
    float:left;
57
    margin-top: -3px;
58
}
59

    
60
.slider {
61
    margin: 5px 0 20px 0px;
62
}
63

    
64
.progress {
65
    font-size: 2%;
66
}
67

    
68
.handle {
69
    margin-top: -9px;
70
}
71

    
72
.range {
73
    margin: -3px -5px 0 15px;
74
}
75

    
76
.units {
77
    padding:0px;
78
}
79

    
80
#wizard .cost {
81
    margin-top: 55px;
82
    margin-left:0px;
83
}
84

    
85
#credits-indicator {
86
    width: 30px;
87
    margin-left: 3px;
88
}
89

    
90
#page3-container {
91
    width: 426px;
92
    margin-bottom: 25px;
93
}
94

    
95
#wizard .text {
96
    padding: 0px;
97
}
98

    
99
#wizard .bottomruler, #networks-wizard .bottomruler {
100
    width:426px;
101
}
102

    
103
#wizard button.next {
104
    margin-top: -23px;
105
}
106

    
107
#wizard button.prev {
108
    margin-top: -3px;
109
    padding-left: 5px;
110
}
111

    
112
#wizard .separator-end {
113
    font-size: 2%;
114
    margin-top: 383px;
115
}
116

    
117
div.confirm_single {
118
    margin-right: -73px;
119
}
120

    
121
div.action_error {
122
    margin-left: 465px;
123
}
124

    
125
div.action_error button.details {
126
    text-align: center;
127
    padding-left: 0;
128
    padding-right: 0;
129
}
130

    
131
div.single div.column3 div.server-name:hover, .single .column3 .column3-selected {
132
    width: 145px;
133
}
134

    
135
.single .column3 .separator {
136
    margin: 4px 0 0 7px;
137
}
138

    
139
.single div.action-container {
140
    width: 165px;
141
    overflow: visible;
142
}
143

    
144
.single div.upper {
145
    height: 380px;
146
}
147

    
148
div.single-actions {
149
    overflow: visible;
150
    width: 170px;
151
}
152

    
153
.single div.confirm_single {
154
    margin-right: -19px;
155
}
156

    
157
.single div.action_error {
158
    position: absolute;
159
    top: 190px;
160
    margin-left: -95px !important;
161
}
162

    
163
#ie-fix-view-select {
164
    position: relative;
165
    z-index: 1000;
166
}
167

    
168
.running {
169
    height: 80px;
170
}
171

    
172
.editbuttons {
173
    margin-top: -19px !important;
174
}
175

    
176
#networkscreate {
177
    height:20px;
178
}
179

    
180
#networks-pane #beforecreate {
181
    margin-top:0;
182
}
183

    
184
#networks-wizard h2 {
185
    margin-bottom:5px;
186
}
187

    
188
#networks-wizard div.container {
189
    width: 426px;
190
    margin-top:-6px;
191
}
192

    
193
#networks-wizard div.name-input {
194
    margin-left:45px;
195
}
196

    
197
#networks-wizard .cancel {
198
    margin-top:-12px;
199
}
200

    
201
#networks-wizard .create {
202
    margin-top:-24px;
203
}
204

    
205
#networks-wizard .separator-end {
206
    margin-top: 5px;
207
}
208

    
209
.private-networks .state div {
210
    margin: 5px 1px 4px;
211
}
212

    
213
#metadata-wizard .addbuttons {
214
    margin-top: -16.5px;
215
}
216

    
217
#metadata-wizard .dropdown-container {
218
    position: absolute;
219
}
220

    
221
#wizard button.next {
222
    margin-right: -32px;
223
    padding-right: 5px;
224
}
225

    
226
#wizard div.panes {
227
    width: 426px;
228
}
229

    
230
#status li {
231
    margin-bottom: -10px;
232
}
233

    
234
/* float clearing for IE6 */
235
* html .clearfix{
236
  height: 1%;
237
  overflow: visible;
238
}
239

    
240
/* float clearing for IE7 */
241
*+html .clearfix{
242
  min-height: 1%;
243
}
244

    
245
div.network-remove-machine {
246
    position: relative;
247
    z-index: -1;
248
    margin-left: -96px;
249
}
250

    
251
.network-machine {
252
    position: relative;
253
    overflow: visible;
254
    padding-bottom: 0;
255
    margin-top: 10px;
256
}
257

    
258
.last div.network-cable {
259
    position: relative;
260
}
261

    
262
div.firewall-cable {
263
    position: relative;
264
    margin-left: -103px;
265
}
266

    
267
.first div.network-cable {
268
    height: 93px;
269
}
270

    
271
.firewall-content {
272
    margin-bottom: 0px;
273
    height: 90px;
274
}
275

    
276
.machines {
277
    margin-top: 15px;
278
    position: relative;
279
}
280
div.private-networks .network-contents {
281
    margin-top: -6px;
282
}
283

    
284
div.private-networks div.network-placeholder {
285
    position: relative;
286
    z-index: -1;
287
}