Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / static / snf / css / ie7.css @ 03639c6d

History | View | Annotate | Download (811 Bytes)

1
body, html {
2
}
3
div.confirm_single button {
4
    padding-bottom: 5px;
5
}
6
div.list table thead tr th {
7
    border: none;
8
    border-bottom: 1px solid #aaa;
9
}
10

    
11

    
12
span.vm-detail { font-size: 0.9em !important }
13

    
14
/*vm views fixes*/
15
div.vm-details {
16
    width: 135px;
17
}
18

    
19
div.metadata-keys-container {
20
    float: none;
21
    width: 110px;
22
}
23

    
24
.icon .scrollable .items {
25
    height: auto;
26
    position: static !important;
27
}
28

    
29
div.column2 {
30
    padding-bottom: 10px;
31
}
32

    
33
.images-list-cont .images-list {
34
    position: relative;
35
}
36

    
37
.step-cont .images-info-cont {
38
    left: 10px !important;
39
    width: 540px !important;
40
    position: absolute;
41
}
42

    
43
.flavor-options .flavor-opts-list {
44
    margin-bottom: 10px;
45
}
46

    
47
.flavor-options span.title {
48
    float: left;
49
}
50

    
51
.create-vm .list-cont h4 a {
52
    margin-left: 14px;
53
    float: none;
54
}