Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 120 → Rev 121

/trunk/squelettes/css/collection/collection.css
1,6 → 1,9
@CHARSET "UTF-8";
@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------------------*/
/* Général */
/*Correction CSS Tela */
#texte, h1{
position:relative;/*Pour IE*/}
/*Titres*/
h2, h3{
margin:0;
7,15 → 10,15
padding:1em 0 0 0;}
/* Liste de définitions */
dl{
font-size:12px;
margin:0;
padding:0;}
padding:0;
width:auto;}
dt{
background-color:#EEE;
width:18em;
float:left;
text-align:right;
margin:0 0 0 0;
margin:0;
padding:.3em;
border-top:1px solid #999;
font-weight:normal;}
31,15 → 34,9
/* end hack */
dd{
background-color:#FFF;
float:left;
width:58em;
margin:0 0 0 0;
margin:0;
padding:.3em;
border-top:1px solid #999;}
.label-grand dd{
width:48em;}
.label-court dd{
width:64em;}
.nettoyeur{
visibility:hidden;}
/* Table */
114,4 → 111,9
/*--------------------------------------------------------------------------------------------------------------*/
/* Jquery UI : tabs */
.ui-tabs .ui-tabs-hide{
display: none;}
display: none;}
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
.col-onglets{
margin:0;/*Pour IE*/
padding:0;/*Pour IE*/
height:auto !important;height:100%;/*Pour IE*/}