Revision f488d91c snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss
456 456
		font-weight: bold;
457 457
	}
458 458
	.adv-main {
459
		height: 23em;
460
		padding: 10px 0;
459
		padding: 10px 0 30px;
460
		width:$row-small;
461 461
		.vm-name {
462 462
			font-weight: bold;
463 463
		}
464
		.expand-arrow {
465
			display: none;
464
		.btn5 {
465
			&:hover {
466
				color:white;
467
			}
468
			&.current, &.current:hover {
469
				color:$overlay-color;
470
			}
466 471
		}
467 472
		input[type="text"] {
468 473
			width: 200px;
......
480 485
}
481 486
.advanced-conf-options {
482 487
	display: none;
488
	.area {
489
		padding:30px 0;
490
		.btn5{
491
			&:hover {
492
				color:white;
493
			}
494
		}
495
	}
483 496
	.ssh-keys-area {
484 497
		background-color: $ssh-opt-area-color;
485
		@include padding1-0();
498
		.row{
499
			width:$row-small;
500
		}
501
		ul {
502
			li {
503
				list-style: none outside none;
504
				span {
505
					margin-left:20px;
506
					&:hover {
507
						cursor: pointer;
508
					}
509
				}
510
			}
511
		}
486 512
	}
487 513
	.networks-area {
488 514
		background-color: $net-opt-area-color;
489
		@include padding1-0();
490 515
		li.network-data {
491 516
			ul.ips-list {
492 517
				display:none;
493 518
			}
494 519
		}
520
		.row{
521
			width:$row-small;
522
		}
495 523
	}
496 524
	.tags-area {
497
		@include padding1-0();
498 525
		background-color: $tag-opt-area-color;
526
		.row{
527
			width:$row-small;
528
		}
499 529
	}
500 530

  
501 531
}

Also available in: Unified diff