Subversion Repositories eFlore/Applications.cel

Rev

Rev 3061 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3061 Rev 3090
Line 59... Line 59...
59
 
59
 
60
/*+--------------------------------------------------------------------------------------------------------+*/
60
/*+--------------------------------------------------------------------------------------------------------+*/
61
/* Positionnement général */
61
/* Positionnement général */
62
#zone-appli {
62
#zone-appli {
63
	margin: 0 auto;
63
	margin: 0 auto;
64
	width: 600px;
64
	max-width: 600px;
Line 65... Line 65...
65
}
65
}
66
 
66
 
67
/*+--------------------------------------------------------------------------------------------------------+*/
67
/*+--------------------------------------------------------------------------------------------------------+*/
Line 120... Line 120...
120
}
120
}
Line 121... Line 121...
121
 
121
 
122
#zone-fiche-terrain, 
122
#zone-fiche-terrain, 
123
#zone-fiche-terrain-photo {
123
#zone-fiche-terrain-photo {
124
	background: #A1CA10;
124
	background: #A1CA10;
125
	width: 600px;
125
	max-width: 600px;
126
	margin-left: 2px;
126
	margin-left: 2px;
127
	padding-bottom: 10px;
127
	padding-bottom: 10px;
Line 128... Line 128...
128
}
128
}
Line 387... Line 387...
387
.obs-action {
387
.obs-action {
388
	opacity: 1;
388
	opacity: 1;
389
}
389
}
Line 390... Line 390...
390
 
390
 
391
#ajouter-obs {
391
#ajouter-obs {
392
	margin-left: 407px;
392
	/*margin-left: 407px;*/
393
	font-size: 20px;
393
	font-size: 20px;
394
	background: #181;
394
	background: #181;
395
	color: #FFF;
395
	color: #FFF;
-
 
396
	width: 137px;
-
 
397
	margin-right: 2em;
396
	width: 137px;
398
	float: right;
Line 397... Line 399...
397
}
399
}
398
 
400
 
399
#transmettre-obs {
401
#transmettre-obs {