Revision 5926e37c

b/ui/static/ie.css
2 2
    height:31px;
3 3
}
4 4

  
5
div.machine div.actions a {
6
    width: 180px;
7
}
8

  
9 5
#error-success .popup-body-inner {
10 6
    margin-left: 12px;
11 7
}
12 8

  
13
div.machine div.actions {
14
    right: -183px;
15
    width: 114px;
16
}
17

  
18
div.machine div.actions {
19
    height: 75px;
20
    margin-top: -10px;
21
    padding-top: 10px;
22
}
23

  
24
div.machine .destroy .confirm_single {
25
    width: 130px;
26
}
27 9

  
28 10
div.machine {
29 11
    width: 528px;
......
175 157

  
176 158
.single div.upper {
177 159
    height: 380px;
160
    padding-top: 80px;
178 161
}
179 162

  
180 163
div.single-actions {
......
182 165
    width: 170px;
183 166
}
184 167

  
168
div.machine div.actions a {
169
    width: 180px;
170
}
171

  
172
#error-success .popup-body-inner {
173
      margin-left: 12px;
174
}
175
    
176
div.machine div.actions {
177
    right: -183px;
178
    width: 114px;
179
}
180

  
181
div.machine div.actions {
182
    height: 75px;
183
    margin-top: -10px;
184
    padding-top: 10px;
185
}
186

  
187
div.machine .destroy .confirm_single {
188
    width: 130px;
189
}
190

  
191
div.machine .actions .destroy {
192
    position: absolute;
193
    bottom:0;
194
}
195

  
185 196
.single div.confirm_single {
186 197
    margin-right: -19px;
187 198
}
......
197 208
    z-index: 1000;
198 209
}
199 210

  
211
#view-select {
212
    top: -45px !important;
213
}
214

  
200 215
.running {
201 216
    height: 80px;
217
    padding-top: 70px;
202 218
}
203 219

  
204 220
.editbuttons {
......
484 500

  
485 501
#field_email_name {
486 502
}
503

  
504
a.manage-metadata {
505
    margin-left: 0 !important;
506
}
507

  
508
.metadata-keys-container {
509
    float: left;
510
}
511

  
512
.vm-metadata {
513
    width: 110px;
514
}
b/ui/static/main.css
797 797
    background-color:transparent;
798 798
}
799 799

  
800
div.machine div.actions a.action-shutdown {
800
div.running div.machine div.actions a.action-shutdown {
801 801
    display: block;
802 802
}
803 803

  
......
823 823
    visibility: visible;
824 824
}
825 825

  
826
div.running div.machine div.actions .disabled {
826
div.machine div.actions .disabled {
827 827
    display: none;
828 828
}
829 829

  
830
div.terminated div.machine div.actions .disabled {
830
div.machine div.actions .disabled {
831 831
    display: none;
832 832
}
833 833

  
834
div.terminated div.machine div.actions a.action-destroy {
835
    position: absolute;
836
    bottom: 0;
837
}
838

  
839
div.running div.machine div.actions a.action-destroy {
834
div.machine div.actions a.action-destroy {
840 835
    position: absolute;
841 836
    bottom: 0;
842 837
}

Also available in: Unified diff