Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1402 → Rev 1403

/trunk/widget/modules/export/squelettes/export.tpl.html
78,6 → 78,13
<label for="date_fin">Date de fin </label><input id="date_fin" name="date_fin" type="text" placeholder="jj/mm/aaaa" />
</div>
</div>
<div class="row-fluid conteneur_selection_format">
<label class="titre_format_export">Format d'export</label>
<input type="radio" class="selection_format" name="format" value="xls" id="format_xls" checked="checked" />
<label class="label_selection_format" for="format_xls">xls</label>
<input type="radio" class="selection_format" name="format" value="csv" id="format_csv"/>
<label class="label_selection_format" for="format_csv">csv</label>
</div>
<div>
<input class="btn" value="Télécharger les données" type="submit" />
</div>
/trunk/widget/modules/export/squelettes/css/export.css
83,6 → 83,22
width: 230px;
}
 
.label_selection_format, .selection_format {
display: inline;
}
 
label.titre_format_export {
margin-bottom: 0px;
}
 
#format_xls, #format_csv {
margin-left: 30px;
}
 
.conteneur_selection_format {
margin-bottom: 10px;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Correction style CSS Bootstrap */
.well {