Subversion Repositories eFlore/Applications.cel

Rev

Rev 1720 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1720 Rev 1740
Line 1... Line 1...
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*+--------------------------------------------------------------------------------------------------------+*/
2
/*+--------------------------------------------------------------------------------------------------------+*/
3
/* Balises */
3
/* Balises */
-
 
4
.center {
-
 
5
	text-align: center;
-
 
6
}
-
 
7
#recherche-popup-popup {
-
 
8
	height: 80%;
-
 
9
	width: 100%;
-
 
10
}
-
 
11
#liste-noms-latins {
-
 
12
	height: 280px;
-
 
13
    margin: 10px 0px;
-
 
14
	background: white;
-
 
15
	overflow: scroll;
-
 
16
}
-
 
17
#menu .ui-listview {
-
 
18
	padding-top: 2px;
-
 
19
	background: url(tela.png) no-repeat;
-
 
20
	background-size: contain;
-
 
21
}
Line 4... Line 22...
4
 
22
 
5
/*+--------------------------------------------------------------------------------------------------------+*/
23
/*+--------------------------------------------------------------------------------------------------------+*/
6
/* Générique */
24
/* Générique */
7
.ui-icon-pencil{
25
.ui-icon-pencil{
Line 21... Line 39...
21
/*+--------------------------------------------------------------------------------------------------------+*/
39
/*+--------------------------------------------------------------------------------------------------------+*/
22
.ui-header, .ui-footer, .ui-navbar .ui-btn-inner {
40
.ui-header, .ui-footer, .ui-navbar .ui-btn-inner {
23
	border: 1px solid #90B83B;
41
	border: 1px solid #90B83B;
24
	background: #90B83B;
42
	background: #90B83B;
25
}
43
}
-
 
44
.ui-content {
-
 
45
	padding-top: 2px;
-
 
46
}
Line 26... Line 47...
26
 
47
 
27
/* Formulaire à l'application */
48
/* Formulaire à l'application */
28
#conteneur_reponse{
49
#conteneur_reponse{
29
	display:none;
50
	display:none;
Line 35... Line 56...
35
	font-size:1.2 em;
56
	font-size:1.2 em;
36
	font-weight:bold;
57
	font-weight:bold;
37
}
58
}
Line 38... Line 59...
38
 
59
 
39
.hidden {
60
.hidden {
40
	visibility: hidden;
61
	display: none;