Subversion Repositories eFlore/Applications.del

Rev

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

Rev 544 Rev 655
Line 1... Line 1...
1
.recherchePrincipale {
1
.recherchePrincipale {
2
	width: 550px;
2
	width: 550px;
3
	font-size: 18px;
3
	font-size: 18px;
4
	padding: 5px;
4
	padding: 5px;
5
	-moz-border-radius: 10px;
-
 
6
	border: solid 1px #AAA;
5
	border: solid 1px #AAA;
7
	float: left;
6
	float: left;
8
}
7
}
Line 9... Line 8...
9
 
8
 
10
.boutonRecherche {
9
.boutonRecherche {
11
	border: solid 1px #AAA;
-
 
12
	-moz-border-radius: 10px;
10
	border: solid 1px #AAA;
13
	padding: 5px;
11
	padding: 5px;
14
	cursor: pointer;
12
	cursor: pointer;
15
	float: left;
13
	float: left;
16
	margin: 0 10px 0 10px
14
	margin: 0 10px 0 10px
Line 25... Line 23...
25
	margin: 5px
23
	margin: 5px
26
}
24
}
Line 27... Line 25...
27
 
25
 
28
.rechercheAvancee {
26
.rechercheAvancee {
29
	border: solid 1px #333;
27
	border: solid 1px #333;
30
	padding: 10px;
-
 
31
	-moz-border-radius: 0 0 10px 10px;
-
 
32
	-moz-box-shadow: 5px 5px 10px #EEE;
28
	padding: 15px;
33
	position: absolute;
29
	position: absolute;
34
	width: 750px;
30
	width: 750px;
35
	margin-top: 0px;
31
	margin-top: 0px;
36
	background: white;
32
	background: white;