1244 |
jpm |
1 |
@CHARSET "UTF-8";
|
|
|
2 |
/*+--------------------------------------------------------------------------------------------------------+*/
|
|
|
3 |
/* Balises */
|
|
|
4 |
|
|
|
5 |
/*+--------------------------------------------------------------------------------------------------------+*/
|
|
|
6 |
/* Générique */
|
|
|
7 |
.ui-icon-pencil{
|
|
|
8 |
background:url(http://www.tela-botanica.org/commun/icones/glyphish/187-pencil-white.png) no-repeat;
|
|
|
9 |
}
|
|
|
10 |
.ui-icon-notepad{
|
|
|
11 |
background:url(http://www.tela-botanica.org/commun/icones/glyphish/179-notepad-white.png) no-repeat;
|
|
|
12 |
}
|
|
|
13 |
.ui-icon-cloud{
|
|
|
14 |
background:url(http://www.tela-botanica.org/commun/icones/glyphish/56-cloud-white.png) no-repeat;
|
1552 |
isa |
15 |
}.ui-icon-cloud-black{
|
|
|
16 |
background:url(http://www.tela-botanica.org/commun/icones/glyphish/56-cloud.png) no-repeat;
|
1244 |
jpm |
17 |
}
|
|
|
18 |
.ui-icon-radar{
|
|
|
19 |
background:url(http://www.tela-botanica.org/commun/icones/glyphish/73-radar-white.png) no-repeat;
|
|
|
20 |
}
|
|
|
21 |
/*+--------------------------------------------------------------------------------------------------------+*/
|
1552 |
isa |
22 |
.ui-header, .ui-footer, .ui-navbar .ui-btn-inner {
|
|
|
23 |
border: 1px solid #90B83B;
|
|
|
24 |
background: #90B83B;
|
|
|
25 |
}
|
|
|
26 |
|
1244 |
jpm |
27 |
/* Formulaire à l'application */
|
|
|
28 |
#conteneur_reponse{
|
|
|
29 |
display:none;
|
|
|
30 |
}
|
|
|
31 |
.reponse{
|
|
|
32 |
background-color:#D5F2B6;
|
|
|
33 |
padding:20px;
|
|
|
34 |
text-align:center;
|
|
|
35 |
font-size:1.2 em;
|
|
|
36 |
font-weight:bold;
|
1552 |
isa |
37 |
}
|
|
|
38 |
|
|
|
39 |
.hidden {
|
|
|
40 |
visibility: hidden;
|
|
|
41 |
}
|