Revision d7a5e1a7 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_wizards.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_wizards.scss
791 791
			font-size: $wizard-paragraph-font-size-custom;
792 792
			line-height: 1;
793 793
		}
794
		h2 {
795
			color:white;
796
			font-size: emCalc(16px);
797
		}
794 798
		.volume_options {
795 799
			&>li{
796 800
				display: block;
797 801
				&.volume-name { //same with network-name and vm-name
798 802
					margin: 40px 0;
799
					h2 {
800
						color:white;
801
						font-size: emCalc(16px);
802
					}
803 803
				}
804 804
				list-style: none outside none;
805 805
				margin-bottom:30px;
......
928 928
		.explain {
929 929
			margin-bottom: 1em;
930 930
		}
931

  
932
		.vms-list {
933
			margin-top: emCalc(16px);
934
			&>li {
935
				margin-bottom: emCalc(8px);
936
				margin-left: emCalc(24px);
937
				&:first-child {
938
					.img-wrap .snf-font{
939
						color: white;
940
					}
941
				}
942
				&>div, &>a {
943
					display: inline-block;
944
					margin-right: 15px;
945
				}
946
				.img-wrap {
947
					position: relative;
948
					width: emCalc(30px);
949
					.snf-font {
950
						font-size: emCalc(30px);
951
						color: $vm-active-color;
952
					}
953
					.os{
954
						background-size: emCalc(14px);
955
						top: -2px;
956
					}
957
				}
958
				.name {
959
					width: $conf-area-h-width;
960
				}
961
			}
962
		}
931 963
	}
932 964
}

Also available in: Unified diff