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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_networks.scss
1 1
/* Networks related styles  */
2 2

  
3 3
.networks .items-list {
4
	.img {
5
		@include sprite('../images/network-green102x116.png', 51px, 58px);
6
		background-size:100%;
4
	.img-wrap {
7 5
	}
8 6
}
9 7

  
10
.network {
11
	.top {
12
		.img {
13
			@include sprite('../images/network-green102x116.png', 102px, 116px);
14
		}
15
	}
16
}
17

  
18

  
19 8

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

  
22 12
	a {
......
89 79
			}
90 80
		}
91 81
	}
92

  
93
// for network creation wizard
94

  
95 82
}

Also available in: Unified diff