Revision 5b780903 ui/static/ie.css

b/ui/static/ie.css
13 13
}
14 14

  
15 15

  
16
div.terminated .confirm-single {
17
    margin-left: -120px;
18
}
19

  
16 20
div.machine {
17 21
    width: 528px;
18 22
    padding-bottom: 10px;
......
138 142
    margin-right: -73px;
139 143
}
140 144

  
145
#machinesview-icon div.confirm_single {
146
    margin-right: -70px;
147
}
148

  
149
div.terminated .confirm_single {
150
    margin-right: 4px !important;
151
}
152

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

  
157
div.single .column3 {
158
    top: 310px;
159
}
160

  
145 161
div.action_error button.details {
146 162
    text-align: center;
147 163
    padding-left: 0;
......
157 173
}
158 174

  
159 175
.single div.action-container {
160
    width: 165px;
176
    width: 195px;
161 177
    overflow: visible;
162 178
}
163 179

  
......
170 186
div.single-actions {
171 187
    overflow: visible;
172 188
    width: 170px;
189
    position: absolute;
190
    top: 227px;
173 191
}
174 192

  
175 193
div.machine div.actions a {
176
    width: 180px;
194
    width: 190px;
177 195
}
178 196

  
179 197
#error-success .popup-body-inner {
......
181 199
}
182 200
    
183 201
div.machine div.actions {
184
    right: -183px;
185
    width: 114px;
202
    right: -193px;
203
    width: 124px;
204
}
205

  
206
div.terminated div.machine div.actions {
207
    width: 200px;
186 208
}
187 209

  
188 210
div.machine div.actions {
......
193 215

  
194 216
div.machine .destroy .confirm_single {
195 217
    width: 130px;
218
    margin-left: 7px;
196 219
}
197 220

  
198 221
div.machine .actions .destroy {
199 222
    position: absolute;
200
    bottom:0;
223
    bottom: -4px;
201 224
}
202 225

  
203 226
.single div.confirm_single {
204
    margin-right: -19px;
227
    margin-right: 10px;
228
}
229

  
230
.single .destroy div.confirm_single {
231
    margin-right: 10px !important;
205 232
}
206 233

  
207 234
.single div.action_error {

Also available in: Unified diff