Statistics
| Branch: | Tag: | Revision:

root / ui / static / ie.css @ 3cb179cd

History | View | Annotate | Download (959 Bytes)

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
div.confirm_single {
15
    margin-right: -71px;
16
}
17

    
18
div.action_error {
19
    margin-left: 465px;
20
}
21

    
22
div.action_error button.details {
23
    text-align: center;
24
    padding-left: 0;
25
    padding-right: 0;
26
}
27

    
28
div.single div.column3 div.server-name:hover, .single .column3 .column3-selected {
29
    width: 145px;
30
}
31

    
32
.single .column3 .separator {
33
    margin: 4px 0 0 7px;
34
}
35

    
36
.single div.action-container {
37
    width: 165px;
38
    overflow: visible;
39
}
40

    
41
.single div.upper {
42
    overflow: visible;
43
}
44

    
45
div.single-actions {
46
    overflow: visible;
47
    width: 170px;
48
}
49

    
50
.single div.confirm_single {
51
    margin-right: -19px;
52
}
53

    
54
.single div.action_error {
55
    position: absolute;
56
    top: 190px;
57
    margin-left: -95px !important;
58
}
59

    
60
#ie-fix-view-select {
61
    position: relative;
62
    z-index: 1000;
63
}
64

    
65
.running {
66
    height: 80px;
67
}
68