Revision 05689a8e snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_networks.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_networks.scss
18 18

  
19 19

  
20 20
#network-wizard {
21
	// color: #fff;
22
	// .check {
23
	// 	color: #fff;
24
	// }
25
	p {
26
		font-size: 0.8em;
27
		font-style: italic;
28
		margin: 5px 0 0;
29
		width: 545px;
30
	}
31

  
32 21
	li {
33 22
		list-style: none outside none;
34 23
	}
......
53 42
// for network creation wizard
54 43

  
55 44
.main {
56

  
57 45
	padding: 40px;
58 46
	a {	color: $wizard-base-font-color;}
59 47
	.network_options {
48
		.dhcp_option {
49
			p {
50
				font-size:emCalc(12px);
51
			}
52
		}
60 53
		position: relative;
61
		width: 350px;
62
		min-height: 285px;
63
		
54
		width: $row-small;
55
		margin:0 auto;
64 56
		.check, .radio_btn {
65 57
			position: absolute;
66 58
			right: 0;
67 59
		}
60
		.network-name {
61
			h2 {
62
				color:white;
63
				font-size: emCalc(16px);
64
			}
65
		}
68 66
		
69 67
		
70 68
		li {

Also available in: Unified diff