Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2569 → Rev 2602

/trunk/war/cel2.css
481,6 → 481,7
color: #666666;
font-size: 0.85em;
padding-bottom: 4px;
padding-top: 10px;
text-align: justify;
width: 360px;
}
528,4 → 529,49
hr.nettoyage {
clear: both;
visibility: hidden;
}
 
.champAutoComplete {
margin-bottom: 4px;
}
 
.champAutoComplete .gwt-Label {
visibility: visible;
display: inline;
border: none;
padding-left: 53px;
padding-right: 7px;
}
 
.champAutoComplete div, .champAutoComplete div div {
border: none;
}
 
.champAutoComplete input {
border: 1px solid #b5b8c8;
background: #fff url(org.tela_botanica.cel2/js/ext/resources/images/default/form/text-bg.gif) repeat-x 0 0;
}
 
.gwt-SuggestBoxPopup {
z-index: 9999;
}
 
.panneauEnLigne .gwt-Label {
display: inline;
padding-left: 5px;
padding-right: 7px;
}
 
.panneauEnLigne div {
border: none;
}
 
.selecteurGroupeEtendus select {
background: transparent;
border: none;
font-size: 14px;
height: 29px;
padding: 5px; /* If you add too much padding here, the options won't show in IE */
background: #fff url(org.tela_botanica.cel2/js/ext/resources/images/default/form/text-bg.gif) repeat-x 0 0;
border: 1px solid #b5b8c8;
}