Revision 77d5883f snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
335 335
			padding:$wr-padd-top 30px;
336 336
			line-height:100%;
337 337
			ul {
338
				display: none;
339 338
				padding:0;
340 339
				margin:0;
341 340
				list-style: none outside none;
341
				display: none;
342 342
				li {
343 343
					list-style: none outside none;
344 344
					padding:0;
345 345
					padding-top:$wr-padd-top;
346

  
347

  
348
				}
349
			}
350
			&:hover {
351
				ul {
352
					display: block;
353 346
				}
354 347
			}
355 348
		}
......
428 421
		float: right;
429 422
		height: $bar-height;
430 423
		margin-right: -6px;
431
		-webkit-transition: width 0.3s;
432
	    -moz-transition: width 0.3s;
433
	    transition: width 0.3s;
434
	    -webkit-backface-visibility: hidden;
424
		@include transition(width, 0.3s, linear);
425
		-webkit-backface-visibility: hidden;
435 426
		.hd-icon-search {
436 427
			color: $primary-color;
437 428
			display: block;

Also available in: Unified diff