Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1492 → Rev 1493

/trunk/widget/modules/saisie/squelettes/defaut/css/defaut.css
7,6 → 7,10
button img {
display:block;
}
 
h1 {
font-size: 26px;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Générique */
.discretion {
21,7 → 25,7
.centre {
text-align:center;
}
.modal-fenetre{
.modal-fenetre {
position:fixed;
z-index:1000;
top:0;
32,7 → 36,7
background:rgba(90,86,93,0.7);
text-align:center;
}
.modal-contenu{
.modal-contenu {
position:relative;
width:30%;
margin:0 auto;
66,6 → 70,11
.miniature{
max-width:100px;
}
 
.miniature-chargement {
height:100px;
width: 100px;
}
.referentiel-obs {
color:#3B9D3B;
}
72,6 → 81,11
#referentiel {
display: inline;
}
 
#logo-titre {
position: relative;
top: -8px;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Correction style CSS Bootstrap */
.well {