[PLUGINS] +set de base
[lhc/web/www.git] / www / plugins / formidable_1_0 / prive / style_prive_plugin_formidable.html
1 #SET{claire,#ENV{couleur_claire,edf3fe}}
2 #SET{foncee,#ENV{couleur_foncee,3874b0}}
3
4 body .formidable_analyse .progress-bar span {
5 background-color: ##GET{claire};
6 background-image: -webkit-gradient(linear, left top, left bottom, from(##GET{claire}), to(##GET{foncee}));
7 background-image: -webkit-linear-gradient(top, ##GET{claire}, ##GET{foncee});
8 background-image: -moz-linear-gradient(top, ##GET{claire}, ##GET{foncee});
9 background-image: -ms-linear-gradient(top, ##GET{claire}, ##GET{foncee});
10 background-image: -o-linear-gradient(top, ##GET{claire}, ##GET{foncee});
11 background-image: linear-gradient(top, ##GET{claire}, ##GET{foncee});
12 }
13
14 #navigation .navigation_resultats {
15 margin-top:1em;
16 padding-top:1em;
17 border-top:1px solid #eee;
18 }
19
20 #contenu .box.traitements ul.spip {margin-bottom:0;}
21
22 #contenu .liste-objets.formulaires_reponses tr > .date {width:auto;}
23 #contenu .liste-objets.formulaires_reponses tr > .auteur {width:auto;}
24
25 .formulaires_reponse #contenu #wysiwyg {margin-top:1em;}
26 .formulaires_reponse #contenu #wysiwyg .label {
27 width:140px; float:left; display:block;
28 }
29 .formulaires_reponse #contenu .fiche_objet .reponses .inner { border:none; }
30 .formulaires_reponse #contenu .fiche_objet .reponses .hd {
31 padding-bottom: 3px; margin-bottom:10px; border-bottom:1px solid #ccc;
32 }