Subversion Repositories Applications.reseau

Rev

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

Rev 78 Rev 83
Line 1... Line 1...
1
/*body {
1
/*body {
2
	padding: 10px;
2
	padding: 10px;
3
}*/
3
}*/
Line -... Line 4...
-
 
4
 
-
 
5
body {
-
 
6
	background-image: url(https://static.pexels.com/photos/7602/nature-plant-morning-green.jpg);
-
 
7
	background-size: cover;
-
 
8
}
4
 
9
 
5
/*#widget {
10
/*#widget {
6
	margin: auto;
11
	margin: auto;
7
	max-width: 700px;
12
	max-width: 700px;
8
	padding: 5px;
13
	padding: 5px;
Line 21... Line 26...
21
	padding: 20px;
26
	padding: 20px;
22
	border: solid #f0f0f0 1px;
27
	border: solid #f0f0f0 1px;
23
	border-radius: 5px;
28
	border-radius: 5px;
24
	margin: auto;
29
	margin: auto;
25
	text-align: center;
30
	text-align: center;
-
 
31
	background-color: white;
26
}
32
}
Line 27... Line 33...
27
 
33
 
28
.boite-centre.reduite {
34
.boite-centre.reduite {
29
	height: 450px;
35
	height: 450px;
Line 162... Line 168...
162
	color: #808080;
168
	color: #808080;
163
	margin-bottom: 25px;
169
	margin-bottom: 25px;
164
}
170
}
Line 165... Line 171...
165
 
171
 
166
#formulaire-identification {
172
#formulaire-identification {
167
	width: 300px;
173
	width: 360px;
168
	height: 260px;
174
	height: 260px;
169
	margin: auto;
175
	margin: auto;
-
 
176
}
-
 
177
#formulaire-identification .form-group {
-
 
178
	margin-bottom: 25px;
-
 
179
}
-
 
180
#formulaire-identification .form-control {
-
 
181
	border: none;
-
 
182
	border-bottom: solid #d0d0d0 1px;
-
 
183
	border-radius: 0;
-
 
184
	box-shadow: none;
-
 
185
	padding-left: 0;
-
 
186
	font-size: 18px;
-
 
187
	color: #505050;
-
 
188
}
-
 
189
 
-
 
190
.position-relative {
-
 
191
	position: relative;
-
 
192
}
-
 
193
 
-
 
194
#mdp {
-
 
195
	padding-right: 80px;
-
 
196
}
-
 
197
 
-
 
198
.mdp-oublie {
-
 
199
	position: absolute;
-
 
200
	top: 10px;
-
 
201
	right: 0;
-
 
202
}
-
 
203
 
-
 
204
.commandes-formulaire {
-
 
205
	margin-top: 40px;
Line 170... Line 206...
170
}
206
}
171
 
207
 
172
#lien-inscription {
208
#lien-inscription {
173
	float: left;
209
	float: left;
174
	line-height: 30px;
210
	line-height: 30px;
175
	text-decoration: underline;
211
	text-decoration: underline;
Line 176... Line 212...
176
	margin-left: 5px;
212
	margin-left: 5px;
177
}
213
}
-
 
214
 
178
 
215
#bouton-connexion {
Line 179... Line 216...
179
#bouton-connexion {
216
	float: right;
180
	float: right;
217
	font-size: 16px;
181
}
218
}