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;
|
|
|
15 |
}
|
|
|
16 |
.ui-icon-radar{
|
|
|
17 |
background:url(http://www.tela-botanica.org/commun/icones/glyphish/73-radar-white.png) no-repeat;
|
|
|
18 |
}
|
|
|
19 |
/*+--------------------------------------------------------------------------------------------------------+*/
|
|
|
20 |
/* Formulaire à l'application */
|
|
|
21 |
#conteneur_reponse{
|
|
|
22 |
display:none;
|
|
|
23 |
}
|
|
|
24 |
.reponse{
|
|
|
25 |
background-color:#D5F2B6;
|
|
|
26 |
padding:20px;
|
|
|
27 |
text-align:center;
|
|
|
28 |
font-size:1.2 em;
|
|
|
29 |
font-weight:bold;
|
|
|
30 |
}
|