Revision 9fad921d snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/styles.css

b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/styles.css
165 165
	background-color: white;
166 166
 }
167 167

  
168
 /*  */
168
 /* styles for network details */
169 169

  
170 170
 .big{
171
 	width: 55%;
171
 	width: 60%;
172 172
 }
173 173

  
174 174
 .small{
......
189 189

  
190 190
.set{
191 191
	margin-bottom: 1em;
192
}
193

  
194

  
195
.network .top .img {
196
background: url("../images/network-green140x159.png") no-repeat center center;
197
width: 140px;
198
height: 159px;
199
display: inline-block;
200
text-indent: -2000px;
201
overflow: hidden;
202
}
203

  
204
.networks .items-list .img {
205
background: url("../images/network-green112x127.png") no-repeat center center;
206
width: 112px;
207
height: 127px;
208
display: inline-block;
209
text-indent: -2000px;
210
overflow: hidden;
211
}
212

  
213
.network .close-font{
214
	position: absolute;
215
	right: 0.8em;
216
	top: 2em;
217
	font-size: 2em;
218
	color: #b3b3b3;
219

  
220
}
221

  
222

  
223
/* styles for network list */
224

  
225
.networks .items-list .container .img {
226
background: url("../images/network-green69x78.png") no-repeat center center;
227
width: 69px;
228
height: 78px;
229
display: inline-block;
230
text-indent: -2000px;
231
overflow: hidden;
192 232
}

Also available in: Unified diff