Revision 7219a2ca snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_networks.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_networks.scss
35 35
	}
36 36

  
37 37
	.net_wiz_main {
38
		padding: 40px;
39
		width:390px;
38
		width:360px;
40 39

  
41 40
	}
42 41

  
......
46 45
	.subnet_options {
47 46
		margin: 0;
48 47
		li {
49
			margin-bottom: 6px;
50
			padding-left: 155px;
48
			margin-top: 20px;
51 49
		}
52
}
50
	}
53 51

  
54 52
// for network creation wizard
55 53

  
56 54
.main {
57
	padding: 40px;
58 55
	a {	color: $wizard-base-font-color;}
59 56
	.network_options {
60 57
		.dhcp_option {
61 58
			p {
62 59
				font-size:emCalc(12px);
60
				margin-top:20px;
61
				margin-bottom:60px;
63 62
			}
64 63
		}
65 64
		position: relative;
66
		width: $row-small;
67
		margin:0 auto;
65
		width: 360px;
68 66
		.check, .radio_btn {
69 67
			position: absolute;
70 68
			right: 0;
......
74 72
			}
75 73
		}
76 74
		.network-name {
75
			margin-top: 50px;
76
			margin-bottom: 50px;
77 77
			h2 {
78 78
				color:white;
79 79
				font-size: emCalc(16px);
......
83 83
		
84 84
		li {
85 85
			display: block;
86
			margin-bottom: 13px;
87 86
			&.manual{
88 87
				position: relative;
89 88
				.input {
......
96 95
			}
97 96
		}		
98 97
		span.sub_title {
99
			float:left;
98
			
100 99
		}
101 100
	}
102 101
}

Also available in: Unified diff