Statistics
| Branch: | Tag: | Revision:

root / ui / static / snf / css / ie.css @ 7970aa87

History | View | Annotate | Download (644 Bytes)

1
html {
2
      background: fixed no-repeat;
3
}
4

    
5
.form-action.in-progress, button.in-progress {
6
    text-indent: -6000px;
7
}
8

    
9
.overlay .content {
10
    background: url("./meta-wiz-inner-bg.png") repeat-x scroll 0 0;
11
    border: 1px solid #aaa;
12
}
13

    
14
.create-vm .flavor-options-cont .flavor-options li {
15
    background: url("./meta-wiz-inner-bg.png") repeat-x scroll 0 0;
16
    cursor: pointer;
17
}
18

    
19
.firewall .network-progress-indicator img {
20
    left: 253px;
21
}
22

    
23
div.confirm_single button {
24
    padding-bottom: 0px;
25
}
26

    
27
.create-vm {
28
    position: relative;
29
}
30

    
31
.firewall .cont-toggler {
32
    float: left;
33
}
34

    
35
.network-machines .cont-toggler {
36
    float: left;
37
}