Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / stylesheets / vm_options.css @ 8bcfec88

History | View | Annotate | Download (504 Bytes)

1

    
2
.vm_options{
3
        display: none;
4
        border: 1px solid #ff7bac;
5
        position: absolute;
6
        top: -20%;
7
        width: 100%;
8
        height: 100%;
9
        font-size: 27px;
10
        font-weight: bold;
11
        text-align: left;
12
        background-color: white;
13
        line-height: 45px;
14
        padding-left: 1em;
15
        padding-top: 0.65em;
16
}
17

    
18
.vm_options .custom_checkbox{
19
        display: inline-block;
20
        margin: 0;
21
        padding-left: 1em;        
22
        color: #ff7bac;
23
}
24

    
25
a.option:hover{
26
        color: #ff7bac;
27
}
28

    
29
.vm_container{
30
        width: 215px;
31
        display: inline-block;
32
        height: 187px;
33
        position: relative;
34

    
35
}