Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (2.3 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
        margin-right: 10px;
70
}
71

    
72

    
73
.action_links{
74
        display: inline-block;
75
        
76
}
77
.action_links a:hover {
78
        text-decoration: underline;
79
}
80

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

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

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

    
100

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

    
108

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

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

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

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

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

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

    
138

    
139
/* create vm: choose flavor */
140

    
141
.titles{
142
        color: white;
143
}
144

    
145

    
146
.lt-sidebar ul li a.flavor_selection:hover span{
147
        display: none;
148
}
149

    
150

    
151
.overlay .lt-sidebar ul li a.flavor_selection.chosen_flavor span{
152
        display: inline-block;
153
}
154

    
155
.create-vm .main .select-flavor dl dt span:hover{
156
         color: white;
157
        border-color: white;
158
        background-color: #ff7bac;
159
 }
160

    
161

    
162
.create-vm .main .select-flavor dl dt span.current:hover{
163
         color: #ff7bac;
164
        border-color: white;
165
        background-color: white;
166
 }
167

    
168
 /*  */
169

    
170
 .big{
171
         width: 55%;
172
 }
173

    
174
 .small{
175
         width: 170px;
176
 }
177

    
178
.wrapper .details .top{
179
        padding: 70px 2.5em;
180
}
181

    
182
.wrapper .details .top .actions ul li{
183
        margin: 0 30px;
184
}
185

    
186
.height_up{
187
        line-height: 1.3em;
188
}
189

    
190
.set{
191
        margin-bottom: 1em;
192
}