Subversion Repositories Applications.annuaire

Rev

Rev 163 | Rev 206 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 163 Rev 166
Line 229... Line 229...
229
	height: 75px;
229
	height: 75px;
230
}
230
}
Line 231... Line 231...
231
 
231
 
232
.checkbox_alignee {
232
.checkbox_alignee {
233
	display: inline-block; 
233
	display: inline-block; 
-
 
234
	margin: 1px;
234
	margin: 1px;	
235
	margin-right:20px;	
Line 235... Line 236...
235
}
236
}
236
 
237
 
-
 
238
label.label_groupe_checkbox {
-
 
239
	font-weight: normal !important;	
-
 
240
	display:inline !important;
-
 
241
}
-
 
242
 
-
 
243
.label_checkbox {
-
 
244
	margin-right:2px;
-
 
245
	display:inline !important;	
-
 
246
}
-
 
247
 
237
label.label_groupe_checkbox {
248
.groupe_checkbox {
Line 238... Line 249...
238
	font-weight: normal !important;	
249
	margin-right:2px;	
239
}
250
}
240
 
251
 
Line 256... Line 267...
256
}
267
}
Line 257... Line 268...
257
 
268
 
258
#fiche_privee {
269
#fiche_privee {
259
	background-color:#EBCC77;
270
	background-color:#EBCC77;
-
 
271
	border:1px solid #E4B842;
260
	border:1px solid #E4B842;
272
	max-width:800px;
Line 261... Line 273...
261
}
273
}
Line 262... Line 274...
262
 
274
 
263
#texte_profil_prive {
275
#texte_profil_prive {
264
 
276
 
265
	vertical-align:top;
277
	vertical-align:top;
Line 266... Line 278...
266
	width:100%;	
278
	width:100%;	
267
	text-align:center;
279
	text-align:center;
268
}
280
}
269
 
281