Statistics
| Branch: | Tag: | Revision:

root / snf-app / synnefo / ui / static / snf / css / ie.css @ 483c9197

History | View | Annotate | Download (819 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-info .content {
10
    background: url("../images/meta-wiz-inner-bg.png") repeat-x scroll 0 0 #FFF;
11
    border: 1px solid #aaa;
12
}
13

    
14
.overlay-content .content {
15
    background: #FFF !important;
16
}
17

    
18
.create-vm .flavor-options-cont .flavor-options li {
19
    background: url("../images/meta-wiz-inner-bg.png") repeat-x scroll 0 0;
20
    cursor: pointer;
21
}
22

    
23
.firewall .network-progress-indicator img {
24
    left: 253px;
25
}
26

    
27
div.confirm_single button {
28
    padding-bottom: 1px;
29
}
30

    
31
.create-vm {
32
    position: relative;
33
}
34

    
35
.single .cont-toggler, .firewall .cont-toggler {
36
    float: left;
37
}
38

    
39
.network-machines .cont-toggler {
40
    float: left;
41
}
42

    
43
.overlay-networks-create .form-actions {
44
    float: none;
45
}
46