Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (1.9 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
        
77
}
78
.action_links a:hover {
79
        text-decoration: underline;
80
}
81

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

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

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

    
101

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

    
109

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

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

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

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

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

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

    
139

    
140
/* create vm: choosen flavor */
141

    
142
.lt-sidebar ul li a.flavor_selection:hover span{
143
        display: none;
144
}
145

    
146

    
147
.overlay .lt-sidebar ul li a.flavor_selection.choosen_flavor span{
148
        display: inline-block;
149
}
150

    
151

    
152
.titles{
153
        /*font-weight: bold;*/
154
        color: white;
155
}