Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / stylesheets / styles.css @ e2974c91

History | View | Annotate | Download (1.6 kB)

1

    
2
/* styles for selection window (used for vm_list_v1.html) */
3

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

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

    
27
a.option:hover{
28
        color: #ff7bac;
29
}
30

    
31
.vm_container{
32
        width: 200px;
33
        display: inline-block;
34
        height: 187px;
35
        position: relative;
36

    
37
}
38

    
39

    
40
/* styles for detailed info about vm (used for vm_details_v1.html) */
41

    
42

    
43
.graph_container{
44
        padding-bottom: 2em;
45

    
46
}
47

    
48

    
49
.wrap{
50
        position: relative;
51
}
52

    
53
.section_header{
54
        float: left;
55
        width:22%;
56
        margin-right: 2%;
57
        font-weight: bold;
58
}
59

    
60
.right_side{
61
        overflow: hidden;
62
        width: 76%;
63
}
64

    
65

    
66

    
67
.info_simple{
68
        display: inline-block;
69
        width: 200px;        
70
        margin-right: 10px;
71
}
72

    
73

    
74
.action_links{
75
        display: inline-block;
76
        width: 130px;
77
        
78
}
79

    
80
.btn_pinkb{
81
        width: 11.5em;
82
        height: 3.8em;
83
        line-height: 3.8em;
84
        border: 1px solid #ff7bac;
85
        position: absolute;
86
        top: 0;
87
        right: 0;
88
}
89

    
90
.btn_pinkb a{
91
        display: block;
92
        padding-left: 1em;
93
}
94

    
95
.btn_pinkb a:hover, a.black:hover{
96
        color: #ff7bac;
97
}
98

    
99

    
100
.btn_pinkb a img{
101
        position: absolute;
102
        right: 0.6em;
103
        top: 0.6em;
104
        height: 2.5em;
105
}
106

    
107

    
108
.action_links span:first-child{
109
        margin-right: 5px;
110
}
111

    
112
.action_links a{
113
        color: #ff7bac;
114
        margin-right: 5px;
115
}
116

    
117
.row{
118
        margin: 0 0 0.4em 0;
119
}
120
.middle_side{
121
        max-width: 70%;
122
}
123

    
124
.txt_size{
125
        height: 0.8em;
126
        vertical-align: baseline;
127
}
128

    
129
a.black{
130
        color: black;
131
}
132

    
133
a.black:hover{
134
        color: #ff7bac;
135
}