Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / sass / _networks.scss @ cdef560c

History | View | Annotate | Download (1.2 kB)

1
/* Networks related styles  */
2

    
3
.networks .items-list {
4
	.img-wrap {
5
	}
6
}
7

    
8

    
9
// for network creation wizard
10
#network-wizard {
11

    
12
	a {
13
		&.nav:focus {
14
			border: none;
15
		}
16
		&.radio_btn:focus, &.check:focus{
17
				border: 1px solid #aee7cc;
18
				padding: 2px;
19
			}
20
	}
21

    
22
	li {
23
		list-style: none outside none;
24
		position: relative;
25
	}
26

    
27
	.snf-checkbox-checked, .snf-checkbox-unchecked {
28
		font-size: 1.3em;
29
	}
30
	.subnet_options {
31
		margin: 0;
32
		li {
33
			margin-top: 20px;
34
		}
35
	}
36
	.step {
37
		a {	color: $wizard-base-font-color;}
38
		.network_options {
39
			position: relative;
40
			padding-bottom: 20px;
41
			.explanatory {
42
					font-size:emCalc(12px);
43
					margin-top:20px;
44
					margin-bottom:60px;
45
			}
46
			.check, .radio_btn {
47
				position: absolute;
48
				right: 0;
49
				&:focus {
50
					right: -3px;
51
					top: -3px;
52
				}
53
			}
54
			.network-name {
55
				margin: 40px 0;
56
				h2 {
57
					color:white;
58
					font-size: emCalc(16px);
59
				}
60
			}
61
			
62
			
63
			li{
64
				display: block;
65
				width: 360px;
66
				&.manual{
67
					position: relative;
68
					.input {
69
						position: absolute;
70
						right: -170px;
71
						width: 150px;
72
						bottom: 5px;
73
						display: none;
74
					}
75
				}
76
				&.project-selection li {
77
					width: 100%;
78
				}
79
			}
80
		}
81
	}
82
}