Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 712 Rev 719
Line 76... Line 76...
76
	text-align:left;
76
	text-align:left;
77
}
77
}
78
table caption {
78
table caption {
79
	font-family:sans-serif;
79
	font-family:sans-serif;
80
}
80
}
-
 
81
legend {
-
 
82
	font-size:1.2em;
-
 
83
	color:#CCC;
-
 
84
}
81
/*+-----------------------------------------------------------------------------------------------------------------+*/
85
/*+-----------------------------------------------------------------------------------------------------------------+*/
82
/* Générique */
86
/* Générique */
83
.nettoyage{
87
.nettoyage{
84
	clear:both;
88
	clear:both;
85
}
89
}
86
hr.nettoyage{
90
hr.nettoyage{
87
	visibility:hidden;
91
	visibility:hidden;
-
 
92
}
-
 
93
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
94
/* Formulaire */
-
 
95
fieldset {
-
 
96
	width:600px;
-
 
97
}
-
 
98
label{
-
 
99
	width:140px;
-
 
100
	display:block;
-
 
101
	float:left;
-
 
102
}
-
 
103
input, select, textarea {
-
 
104
	width:240px;
-
 
105
}
-
 
106
#saisie-obs fieldset{
-
 
107
	margin-top:10px;
-
 
108
	border:0;
-
 
109
	display:block;
-
 
110
}
-
 
111
#saisie-obs ul {
-
 
112
	list-style-type:none;
-
 
113
	margin:0;
-
 
114
	padding:0;
-
 
115
}
-
 
116
#saisie-obs li {
-
 
117
	margin:5px;
-
 
118
}
-
 
119
#partie-station label {
-
 
120
	width:70px;
-
 
121
	display:block;
-
 
122
	float:left;
-
 
123
}
-
 
124
#latitude, #longitude {
-
 
125
	width:70px;
-
 
126
	float:left;
-
 
127
}
-
 
128
#latitude {
-
 
129
	margin-right:5px;
-
 
130
}
-
 
131
#lat-lon-info {
-
 
132
	margin-left:5px;
-
 
133
}
-
 
134
.obligatoire {
-
 
135
	color:red;
-
 
136
}
-
 
137
label.error {
-
 
138
	display:inline;
-
 
139
	float:none;
-
 
140
	color:red;
-
 
141
	padding-left:.5em;
-
 
142
}
-
 
143
 
-
 
144
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
145
/* Carte Google Map */
-
 
146
#gg-map-localisation {
-
 
147
	background-color:#4A4B4C;
-
 
148
	color:#CCC;
-
 
149
}
-
 
150
#gg-map-carte {
-
 
151
	width:100%;
-
 
152
}
-
 
153
#gg-map-info ul {
-
 
154
	list-style-type:none;
-
 
155
}
-
 
156
#gg-map-info li {
-
 
157
	padding-left:0;
-
 
158
	margin:0;
-
 
159
}
-
 
160
#gg-map-info ul, #gg-map-info button{
-
 
161
	margin-left:5px;	
-
 
162
}
-
 
163
.champ {
-
 
164
	color:#56B80E;
-
 
165
	font-weight:bold;
88
}
166
}
89
167