Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 359 → Rev 360

/trunk/src/org/tela_botanica/public/Coel.css
6,30 → 6,30
/* CHARGEMENT APPLICATION */
/* #------------------------------------------------------------------------------------------------------# */
#loading{
position: absolute;
left: 45%;
top: 40%;
margin-left: -45px;
padding: 2px;
z-index: 20001;
height: auto;
border: 1px solid #ccc;
position:absolute;
left:45%;
top:40%;
margin-left:-45px;
padding:2px;
z-index:20001;
height:auto;
border:1px solid #ccc;
width:400px;}
#loading a{
color: #225588;}
color:#225588;}
#loading .loading-indicator{
background: white;
color: #444;
font: bold 13px tahoma, arial, helvetica;
padding: 10px;
margin: 0;
height: auto;}
background:white;
color:#444;
font:bold 13px tahoma, arial, helvetica;
padding:10px;
margin:0;
height:auto;}
#loading .loading-indicator img{
margin-right:8px;
float:left;
vertical-align:top;}
#loading-msg{
font: normal 10px arial, tahoma, sans-serif;}
font:normal 10px arial, tahoma, sans-serif;}
/* #------------------------------------------------------------------------------------------------------# */
/* GÉNÉRAL */
/* #------------------------------------------------------------------------------------------------------# */
62,7 → 62,7
/* AIDE */
/* #------------------------------------------------------------------------------------------------------# */
#coel-id-panneau-aide{
font-size: 11px;
font-size:11px;
margin:5px;}
#coel-id-panneau-aide ul{
list-style-type:disc;
71,49 → 71,57
list-style-type:decimal;
padding-left:15px;}
/* #------------------------------------------------------------------------------------------------------# */
/* CONNEXION/DECONNEXION */
/* #------------------------------------------------------------------------------------------------------# */
#coel-identification-zone-msg{
text-align:center;
background-color:#F8B9B9;
border:1px solid red;
margin:5px 0;}
/* #------------------------------------------------------------------------------------------------------# */
/* PANNEAU DÉTAIL */
/* #------------------------------------------------------------------------------------------------------# */
.coel-detail{
height: 55px;
background-color: #ddd;
border-bottom: 1px solid silver;}
height:55px;
background-color:#ddd;
border-bottom:1px solid silver;}
.coel-detail h1{
font-weight: bold;
font-size: 12px;
padding: 5 0 2 5px;}
font-weight:bold;
font-size:12px;
padding:5 0 2 5px;}
.coel-detail h2{
font-size: 11px;
font-weight: normal;
padding: 0 5 0 5px;}
font-size:11px;
font-weight:normal;
padding:0 5 0 5px;}
.coel-detail h3{
font-size: 11px;
font-weight: normal;
padding: 0 5 5 5px;}
font-size:11px;
font-weight:normal;
padding:0 5 5 5px;}
.coel-detail-body {
padding: 12px;}
padding:12px;}
/* Liste de définition : style provenant de pompage.net : http://pompage.net/pompe/listesdefinitions/ */
dl.hb_affichage_tabulaire{
width: 61em;}
width:61em;}
.hb_affichage_tabulaire dt{
width: 20em;
float: left;
margin: 0;
padding: .2em;}
width:20em;
float:left;
margin:0;
padding:.2em;}
/* hack de commentaire avec un antislash pour ie5 mac \*/
dt{
clear: both;}
clear:both;}
/* end hack */
.hb_affichage_tabulaire dd{
float: left;
float:left;
z-index:1;
width: 40em;
margin: 0;
padding: .2em;}
width:40em;
margin:0;
padding:.2em;}
h2, .parent, .hb_espace, .hb_ligne{
clear: both;}
clear:both;}
.hb_titre_en_ligne{
display: inline;
padding-top: 1em;}
display:inline;
padding-top:1em;}
#hb_renseignement_admin{
max-width:650px;
float:left;}
120,9 → 128,9
#hb_logo{
float:right;}
dt, label{
font-weight: bold;}
font-weight:bold;}
form ul{
list-style-type: none;}
list-style-type:none;}
.hb_img_icone{
border:0;
width:9px;
132,7 → 140,7
width:9px;
height:9px;}
.hb_ligne{
border: .2em dotted;
border:.2em dotted;
width:4em;}
.hb_plier_deplier td{
padding:0;
142,12 → 150,12
border-width:0;}
.hb_arborescence td{
padding:0;
margin: -5px 0 0 0;
margin:-5px 0 0 0;
text-align:left;
vertical-align:top;
border-width:0;}
.pair{
background-color: #FAD2C6;}
background-color:#FAD2C6;}
/* #------------------------------------------------------------------------------------------------------# */
/* ÎCONES */
/* #------------------------------------------------------------------------------------------------------# */
205,14 → 213,14
/* IMAGES */
/* #------------------------------------------------------------------------------------------------------#*/
.conteneur-image-centre{
text-align: center;}
text-align:center;}
.logo-personne{
max-height: 250px;}
max-height:250px;}
/* #----------------------------------------------------------------------------------------------------------#*/
/* PANNEAU PUBLICATION */
/* #----------------------------------------------------------------------------------------------------------#*/
.x-formulaire-auteur{
padding-left: 100px;}
padding-left:100px;}
.x-formulaire-auteur-label{
padding:3px 0 !important;
text-align:left;
230,13 → 238,9
font-style:normal;
font-variant:normal;
line-height:normal;}
/* #----------------------------------------------------------------------------------------------------------#*/
/* AUTRES */
/* AUTRES */
/* #----------------------------------------------------------------------------------------------------------#*/
 
#main-button button{
font-weight:bold;
text-decoration:underline;
}
text-decoration:underline;}