Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1836 Rev 2351
Line 1... Line 1...
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
3
/* Balises */
-
 
4
footer p{
-
 
5
	text-align:center;
-
 
6
}
-
 
7
button img {
-
 
8
	display:block;
-
 
9
}
-
 
10
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
11
/* Générique */
-
 
12
#zone-appli {
-
 
13
	width:260px;
-
 
14
}
-
 
15
 
-
 
16
.discretion {
-
 
17
	color:grey;
-
 
18
	font-family:arial;
-
 
19
	font-size:11px;
-
 
20
	line-height: 13px;
-
 
21
}
-
 
Line 22... Line -...
22
 
-
 
23
.droite {
-
 
24
	float:right;
-
 
25
}
-
 
26
 
-
 
27
.texte_droite {
-
 
28
	text-align:right;
-
 
29
}
2
 
30
.texte_centre {
-
 
31
	text-align:center;
-
 
32
}
-
 
33
.modal-fenetre{
-
 
34
	position:fixed;
-
 
35
	z-index:1000;
-
 
36
	top:0;
-
 
37
	left:0;
-
 
38
	height:100%;
3
#zone-appli {
39
	width:100%;
-
 
40
	background:#777;
-
 
41
	background:rgba(90,86,93,0.7);
-
 
42
	text-align:center;
-
 
43
}
-
 
44
.modal-contenu{
-
 
45
	position:relative;
-
 
46
	width:30%;
-
 
47
	margin:0 auto;
-
 
48
	top:30%;
4
	width:280px;
49
}
-
 
50
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
Line 51... Line 5...
51
/* Formulaire spécifique */
5
}
52
 
6
 
-
 
7
h1#widget-titre {
-
 
8
	font-size: 18px;
-
 
9
	margin-top: 5px;
53
h1#widget-titre {
10
	margin-bottom: 0;
54
	font-size: 18px;
-
 
55
}
-
 
56
 
11
	font-weight: bold;
57
#date_debut, #date_fin {
-
 
58
	width: 67px;
-
 
59
}
12
}
60
 
13
label {
61
.conteneur_date_fin {
14
	font-weight: normal;
62
	float: right;
-
 
63
    padding-right: 35px;
-
 
64
}
-
 
65
 
15
	font-size: 13px;
66
.conteneur_date_debut {
16
	margin-top: 5px;
67
    padding-left: 20px;
-
 
68
}
17
	margin-bottom: 0;
69
 
18
}
-
 
19
input[type="text"] {
-
 
20
	height: 28px;
-
 
21
	padding-left: 2px;
70
.conteneur_date {
22
	font-size: 13px;
71
	width: 80px;
-
 
72
}
23
	color: #555555;
73
 
24
}
74
input.error {
25
input.error {
75
	border: 1px solid red;
-
 
76
}
26
	border: 1px solid red;
77
 
27
}
78
label.error {
28
label.error {
Line 79... Line 29...
79
	color: red;
29
	color: red;
80
}
30
}
81
 
-
 
82
#form-export-obs input.large {
-
 
83
	width: 230px;
31
 
84
}
32
.conteneur_dates {
85
 
33
	width: 200px;
86
.label_selection_format, .selection_format {
-
 
87
	display: inline;
34
	margin: auto;
-
 
35
	margin-top: 2px;
-
 
36
}
88
}
37
.conteneur_date {
89
 
38
	width: 90px;
90
label.titre_format_export {
-
 
91
	margin-bottom: 0px;
39
	float: left;
92
}
40
	margin-right: 5px;
93
 
41
}
Line 94... Line 42...
94
#format_xls, #format_csv {
42
#date_debut, #date_fin {
95
	margin-left: 30px;
43
	width: 87px;
96
}
44
}
Line 97... Line 45...
97
 
45
 
98
.conteneur_selection_format {
46
#form-export-obs input.large {
99
	margin-bottom: 10px;	
47
	width: 230px;
-
 
48
}
-
 
49
 
-
 
50
.conteneur_selection_format ul {
Line 100... Line 51...
100
}
51
	list-style-type:none;
101
 
52
}
102
.conteneur_selection_format ul {
53
.conteneur_selection_champ div {
103
	list-style-type:none;
54
	font-size: 13px;
Line 117... Line 68...
117
	min-height:20px;
68
	min-height:20px;
118
	margin-top: 5px;
69
	margin-top: 5px;
119
	display:none;
70
	display:none;
120
}
71
}
Line 121... Line 72...
121
 
72
 
-
 
73
/* Correction jQuery-ui */
-
 
74
 
-
 
75
ul.ui-autocomplete {
-
 
76
	font-size: 13px;
-
 
77
}
122
/*+--------------------------------------------------------------------------------------------------------+*/
78
 
-
 
79
/* Correction Bootstrap */
123
/* Correction style CSS Bootstrap */
80
 
124
.well {
81
.well {
125
	margin-bottom: 5px;
82
	margin-bottom: 5px;
126
	padding: 4px;
83
	padding: 4px;
127
}
-
 
128
 
84
}
129
#checkbox_set_cols input {
85
#checkbox_set_cols input {
-
 
86
	margin-right: 10px;
-
 
87
}
-
 
88
label.radio {
-
 
89
	margin-top: 5px;
-
 
90
	margin-bottom: 5px;
-
 
91
}
-
 
92
.btn {
-
 
93
	padding: 4px 8px;
130
	margin-right: 10px;
94
	font-size: 13px;
131
}
95
}