Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1214 → Rev 1215

/branches/v1.5-cisaille/widget/modules/saisie/squelettes/defaut/css/defaut.css
4,6 → 4,9
footer p{
text-align:center;
}
button img {
display:block;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Générique */
.discretion {
22,9 → 25,24
#info-commune {
text-align:right;
}
.ns-retenu {
font-weight:bold;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Correction style CSS Bootstrap */
.well {
margin-bottom: 5px;
padding: 4px;
}
.table thead th {
vertical-align:top;
border: 1px solid #DDDDDD !important;
}
.table tbody td.obs-action, .table tbody td.obs-miniature {
vertical-align:middle;
text-align:center;
}
.table tbody td.obs-miniature img {
max-width:100px;
max-height:100px;
}