Subversion Repositories eFlore/Applications.cel

Rev

Rev 1458 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1377 aurelien 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 */
1384 aurelien 12
#zone-appli {
13
	width:260px;
14
}
15
 
1377 aurelien 16
.discretion {
17
	color:grey;
18
	font-family:arial;
19
	font-size:11px;
20
	line-height: 13px;
21
}
22
 
23
.droite {
24
	float:right;
25
}
26
 
27
.texte_droite {
28
	text-align:right;
29
}
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%;
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%;
49
}
50
/*+--------------------------------------------------------------------------------------------------------+*/
51
/* Formulaire spécifique */
1384 aurelien 52
 
53
h1#widget-titre {
54
	font-size: 18px;
55
}
56
 
1377 aurelien 57
#date_debut, #date_fin {
58
	width: 67px;
59
}
60
 
1384 aurelien 61
.conteneur_date_fin {
62
	float: right;
63
    padding-right: 35px;
64
}
65
 
66
.conteneur_date_debut {
67
    padding-left: 20px;
68
}
69
 
1377 aurelien 70
.conteneur_date {
71
	width: 80px;
72
}
73
 
1380 aurelien 74
input.error {
75
	border: 1px solid red;
76
}
77
 
1384 aurelien 78
label.error {
79
	color: red;
80
}
81
 
82
#form-export-obs input.large {
83
	width: 230px;
84
}
85
 
1403 aurelien 86
.label_selection_format, .selection_format {
87
	display: inline;
88
}
89
 
90
label.titre_format_export {
91
	margin-bottom: 0px;
92
}
93
 
94
#format_xls, #format_csv {
95
	margin-left: 30px;
96
}
97
 
98
.conteneur_selection_format {
99
	margin-bottom: 10px;
100
}
101
 
1458 aurelien 102
.attention {
103
	background-color:#e7ebfd;
104
	background-image:url("../images/information.png");
105
}
106
.attention {
107
	display:inline-block;
108
	background-repeat:no-repeat;
109
	background-position:5px 50%;
110
	padding:10px 5px 5px 40px;
111
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
112
	max-width:600px;
113
	min-height:20px;
114
}
115
 
1377 aurelien 116
/*+--------------------------------------------------------------------------------------------------------+*/
117
/* Correction style CSS Bootstrap */
118
.well {
119
	margin-bottom: 5px;
120
	padding: 4px;
121
}