Statistics
| Branch: | Tag: | Revision:

root / ui / static / ie.css @ b128dc09

History | View | Annotate | Download (384 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
}