Subversion Repositories eFlore/Applications.cel

Rev

Rev 1344 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1344 Rev 1552
Line 10... Line 10...
10
.ui-icon-notepad{
10
.ui-icon-notepad{
11
	background:url(http://www.tela-botanica.org/commun/icones/glyphish/179-notepad-white.png) no-repeat;
11
	background:url(http://www.tela-botanica.org/commun/icones/glyphish/179-notepad-white.png) no-repeat;
12
}
12
}
13
.ui-icon-cloud{
13
.ui-icon-cloud{
14
	background:url(http://www.tela-botanica.org/commun/icones/glyphish/56-cloud-white.png) no-repeat;
14
	background:url(http://www.tela-botanica.org/commun/icones/glyphish/56-cloud-white.png) no-repeat;
-
 
15
}.ui-icon-cloud-black{
-
 
16
	background:url(http://www.tela-botanica.org/commun/icones/glyphish/56-cloud.png) no-repeat;
15
}
17
}
16
.ui-icon-radar{
18
.ui-icon-radar{
17
	background:url(http://www.tela-botanica.org/commun/icones/glyphish/73-radar-white.png) no-repeat;
19
	background:url(http://www.tela-botanica.org/commun/icones/glyphish/73-radar-white.png) no-repeat;
18
}
20
}
19
/*+--------------------------------------------------------------------------------------------------------+*/
21
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
22
.ui-header, .ui-footer, .ui-navbar .ui-btn-inner {
-
 
23
	border: 1px solid #90B83B;
-
 
24
	background: #90B83B;
-
 
25
}
-
 
26
 
20
/* Formulaire à l'application */
27
/* Formulaire à l'application */
21
#conteneur_reponse{
28
#conteneur_reponse{
22
	display:none;
29
	display:none;
23
}
30
}
24
.reponse{
31
.reponse{
25
	background-color:#D5F2B6;
32
	background-color:#D5F2B6;
26
	padding:20px;
33
	padding:20px;
27
	text-align:center;
34
	text-align:center;
28
	font-size:1.2 em;
35
	font-size:1.2 em;
29
	font-weight:bold;
36
	font-weight:bold;
30
}
-
 
31
37
}
-
 
38
 
-
 
39
.hidden {
-
 
40
	visibility: hidden;
-
 
41
}
-
 
42