Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1836 → Rev 2351

/trunk/widget/modules/export/squelettes/css/export.css
1,107 → 1,58
@CHARSET "UTF-8";
/*+--------------------------------------------------------------------------------------------------------+*/
/* Balises */
footer p{
text-align:center;
}
button img {
display:block;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Générique */
 
#zone-appli {
width:260px;
width:280px;
}
 
.discretion {
color:grey;
font-family:arial;
font-size:11px;
line-height: 13px;
}
 
.droite {
float:right;
}
 
.texte_droite {
text-align:right;
}
.texte_centre {
text-align:center;
}
.modal-fenetre{
position:fixed;
z-index:1000;
top:0;
left:0;
height:100%;
width:100%;
background:#777;
background:rgba(90,86,93,0.7);
text-align:center;
}
.modal-contenu{
position:relative;
width:30%;
margin:0 auto;
top:30%;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Formulaire spécifique */
 
h1#widget-titre {
font-size: 18px;
margin-top: 5px;
margin-bottom: 0;
font-weight: bold;
}
 
#date_debut, #date_fin {
width: 67px;
label {
font-weight: normal;
font-size: 13px;
margin-top: 5px;
margin-bottom: 0;
}
 
.conteneur_date_fin {
float: right;
padding-right: 35px;
input[type="text"] {
height: 28px;
padding-left: 2px;
font-size: 13px;
color: #555555;
}
 
.conteneur_date_debut {
padding-left: 20px;
}
 
.conteneur_date {
width: 80px;
}
 
input.error {
border: 1px solid red;
}
 
label.error {
color: red;
}
 
#form-export-obs input.large {
width: 230px;
.conteneur_dates {
width: 200px;
margin: auto;
margin-top: 2px;
}
 
.label_selection_format, .selection_format {
display: inline;
.conteneur_date {
width: 90px;
float: left;
margin-right: 5px;
}
 
label.titre_format_export {
margin-bottom: 0px;
#date_debut, #date_fin {
width: 87px;
}
 
#format_xls, #format_csv {
margin-left: 30px;
#form-export-obs input.large {
width: 230px;
}
 
.conteneur_selection_format {
margin-bottom: 10px;
}
 
.conteneur_selection_format ul {
list-style-type:none;
}
.conteneur_selection_champ div {
font-size: 13px;
}
 
.attention {
background-color:#e7ebfd;
119,13 → 70,26
display:none;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Correction style CSS Bootstrap */
/* Correction jQuery-ui */
 
ul.ui-autocomplete {
font-size: 13px;
}
 
/* Correction Bootstrap */
 
.well {
margin-bottom: 5px;
padding: 4px;
}
 
#checkbox_set_cols input {
margin-right: 10px;
}
label.radio {
margin-top: 5px;
margin-bottom: 5px;
}
.btn {
padding: 4px 8px;
font-size: 13px;
}