Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1380 Rev 1384
Line 7... Line 7...
7
button img {
7
button img {
8
	display:block;
8
	display:block;
9
}
9
}
10
/*+--------------------------------------------------------------------------------------------------------+*/
10
/*+--------------------------------------------------------------------------------------------------------+*/
11
/* Générique */
11
/* Générique */
-
 
12
#zone-appli {
-
 
13
	width:260px;
-
 
14
}
-
 
15
 
12
.discretion {
16
.discretion {
13
	color:grey;
17
	color:grey;
14
	font-family:arial;
18
	font-family:arial;
15
	font-size:11px;
19
	font-size:11px;
16
	line-height: 13px;
20
	line-height: 13px;
Line 43... Line 47...
43
	margin:0 auto;
47
	margin:0 auto;
44
	top:30%;
48
	top:30%;
45
}
49
}
46
/*+--------------------------------------------------------------------------------------------------------+*/
50
/*+--------------------------------------------------------------------------------------------------------+*/
47
/* Formulaire spécifique */
51
/* Formulaire spécifique */
-
 
52
 
-
 
53
h1#widget-titre {
-
 
54
	font-size: 18px;
-
 
55
}
-
 
56
 
48
#date_debut, #date_fin {
57
#date_debut, #date_fin {
49
	width: 67px;
58
	width: 67px;
50
}
59
}
Line -... Line 60...
-
 
60
 
-
 
61
.conteneur_date_fin {
-
 
62
	float: right;
-
 
63
    padding-right: 35px;
-
 
64
}
-
 
65
 
-
 
66
.conteneur_date_debut {
-
 
67
    padding-left: 20px;
-
 
68
}
51
 
69
 
52
.conteneur_date {
70
.conteneur_date {
53
	width: 80px;
71
	width: 80px;
Line 54... Line 72...
54
}
72
}
55
 
73
 
56
input.error {
74
input.error {
Line -... Line 75...
-
 
75
	border: 1px solid red;
-
 
76
}
-
 
77
 
-
 
78
label.error {
-
 
79
	color: red;
-
 
80
}
-
 
81
 
-
 
82
#form-export-obs input.large {
57
	border: 1px solid red;
83
	width: 230px;
58
}
84
}
59
 
85
 
60
/*+--------------------------------------------------------------------------------------------------------+*/
86
/*+--------------------------------------------------------------------------------------------------------+*/
61
/* Correction style CSS Bootstrap */
87
/* Correction style CSS Bootstrap */