Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 176 → Rev 177

/trunk/presentation/styles/disposition.css
13,7 → 13,7
padding-right:5px;
min-width:150px;}
 
/* Disposition des éléments sur la page */
/* Disposition des �l�ments sur la page */
#zone_entete {
height:75px;}
#zone_conteneur {
52,7 → 52,7
#zone_menu{
padding:0 0 0 5px;}
 
/* Détails */
/* D�tails */
#gestion input {width:80px;}
#gestion #btn_valider,.btn_large{
width:50%;
75,4 → 75,24
.editer li{
display:block;
float:left;
margin:0 0 0 5px}
margin:0 0 0 5px}
 
/* codes couleurs */
.bg-alerte {
background-color: #F3B04E;
}
 
/* barre d'avancement */
.barre-avancement-ext {
display: inline-block;
height: 10px;
width: 100px;
border: solid #ddd 1px;
background-color: white;
text-align: left;
}
 
.barre-avancement-int {
height: 10px;
background-color: #409F40;
}