Revision 3b80225c snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/styles.css

b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/styles.css
37 37
}
38 38

  
39 39

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

  
42 42

  
43 43
.graph_container{
......
143 143
}
144 144

  
145 145

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

  
150 150

  
......
191 191
	margin-bottom: 1em;
192 192
}
193 193

  
194

  
194
/* main icon in details page */
195 195
.network .top .img {
196
background: url("../images/network-green140x159.png") no-repeat center center;
197
width: 140px;
198
height: 159px;
196
background: url("../images/network-green102x116.png") no-repeat center center;
197
width: 102px;
198
height: 116px;
199 199
display: inline-block;
200 200
text-indent: -2000px;
201 201
overflow: hidden;
202
background-size: 100%;
202 203
}
203 204

  
205

  
206
/* scroll bar */
204 207
.networks .items-list .img {
205
background: url("../images/network-green112x127.png") no-repeat center center;
206
width: 112px;
207
height: 127px;
208
background: url("../images/network-green102x116.png") no-repeat center center;
209
height: 58px;
210
width: 51px;
208 211
display: inline-block;
209 212
text-indent: -2000px;
210 213
overflow: hidden;
214
background-size: 80%;
211 215
}
212 216

  
213 217
.network .close-font{
......
223 227
/* styles for network list */
224 228

  
225 229
.networks .items-list .container .img {
226
background: url("../images/network-green69x78.png") no-repeat center center;
227
width: 69px;
228
height: 78px;
229
display: inline-block;
230
background: url("../images/network-green102x116.png") no-repeat center center;
231
height: 58px;
232
width: 51px;
230 233
text-indent: -2000px;
231 234
overflow: hidden;
235
background-size: 100%
236
}
237

  
238

  
239
/* styles for confirmation window */
240

  
241
.confirmation{
242
	
243
}
244

  
245

  
246
/* detailed pages: about the gaps that separate the area with the big img and the buttons from the rest of the page */ 
247

  
248

  
249
.details .top .actions ul{
250
	padding: 1em 1em 0 1em;
251
	margin-bottom: 0;
252
} 
253

  
254
.details .border-bottom-style1{
255
	padding-bottom: 0;
232 256
}

Also available in: Unified diff