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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/styles.css
247 247

  
248 248

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

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

  
258
/*
259
to be transfered to sass
260
*/
261

  
262
.items-list li .container .options .wrap a {
263
	width: 50%;
264
}
265
.content {
266
	position: relative;
267
}
268
.content .overlay-modal {
269
	position: absolute;
270
	left:0;
271
	top:0;
272
	width: 100%;
273
	height: 100%;
274
	z-index:98;
275
	background: #ff7bac;
276
}
277

  
278

  
279
.content .overlay-div {
280
	position:absolute; top:20%; left:25%; width:50%;
281
	padding:25px;
282
	background:white;
283
	display:none; z-index:100;
284
}
285

  
286
.content .overlay-div .buttons {
287
	margin-bottom:0;
288
}
289

  
290
.content .overlay-div .buttons a {
291
	margin-right:20px;
292
}
293

  
294
/* line 133, ../sass/app.scss */
295
.btn4 {
296
  color: white;
297
  border-color: #ff7bac;
298
  background: #ff7bac;
299
}
300
/* line 139, ../sass/app.scss */
301
.btn4:hover, .btn4.current {
302
  border-color: #ff7bac;
303
  color:#ff7bac;
304
  background: white;
305
}
306

  
307

  
308
.overlay .lt-sidebar.nav ul li:hover  {
309
	background-color: transparent;
310
}
311

  
312
.lt-sidebar.nav {
313
	font-size: 1em
314
}
315

  
316
.overlay .lt-sidebar.nav  {
317
	overflow: auto;
256 318
}

Also available in: Unified diff