Subversion Repositories eFlore/Applications.del

Rev

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

Rev 445 Rev 455
Line 1... Line -...
1
.recherchePrincipale {width: 50%; font-size:18px; padding:5px; -moz-border-radius:10px; border:solid 1px #AAA;}
-
 
2
.boutonRecherche {border:solid 1px #AAA; -moz-border-radius:10px; padding:5px; cursor:pointer}
-
 
3
.lienRechercheAvancee {cursor:pointer; text-decoration:underline; color:blue; float:right; margin-right:240px; margin-top:10px}
-
 
4
.rechercheAvancee {border:solid 1px #333; padding:10px; -moz-border-radius:0 0 10px 10px; -moz-box-shadow:5px 5px 10px #EEE;position:absolute; width:700px; margin-top:5px; background:white}
-
 
5
.champRecherche {float:left; width:50%; padding-bottom:5px}
-
 
6
.recherchePrecedente {color:#555; padding:5px; font-style:italic}
-
 
7
.entrerMotClef {margin-bottom:10px}
-
 
8
1
.recherchePrincipale {
-
 
2
	width: 50%;
-
 
3
	font-size: 18px;
-
 
4
	padding: 5px;
-
 
5
	-moz-border-radius: 10px;
-
 
6
	border: solid 1px #AAA;
-
 
7
}
-
 
8
 
-
 
9
.boutonRecherche {
-
 
10
	border: solid 1px #AAA;
-
 
11
	-moz-border-radius: 10px;
-
 
12
	padding: 5px;
-
 
13
	cursor: pointer
-
 
14
}
-
 
15
 
-
 
16
.lienRechercheAvancee {
-
 
17
	cursor: pointer;
-
 
18
	text-decoration: underline;
-
 
19
	color: blue;
-
 
20
	float: right;
-
 
21
	margin-right: 240px;
-
 
22
	margin-top: 10px
-
 
23
}
-
 
24
 
-
 
25
.rechercheAvancee {
-
 
26
	border: solid 1px #333;
-
 
27
	padding: 10px;
-
 
28
	-moz-border-radius: 0 0 10px 10px;
-
 
29
	-moz-box-shadow: 5px 5px 10px #EEE;
-
 
30
	position: absolute;
-
 
31
	width: 700px;
-
 
32
	margin-top: 5px;
-
 
33
	background: white
-
 
34
}
-
 
35
 
-
 
36
.champRecherche {
-
 
37
	float: left;
-
 
38
	width: 50%;
-
 
39
	padding-bottom: 5px
-
 
40
}
-
 
41
 
-
 
42
.recherchePrecedente {
-
 
43
	color: #555;
-
 
44
	padding: 5px;
-
 
45
	font-style: italic
-
 
46
}
-
 
47
 
-
 
48
.entrerMotClef {
-
 
49
	margin-bottom: 10px
-
 
50
}
-
 
51
 
-
 
52
.boutonTriAsc {
-
 
53
	height: 20px;
-
 
54
	background: url(./img/fleche-haut.png) no-repeat
-
 
55
}
-
 
56
 
-
 
57
.boutonTriDesc {
-
 
58
	height: 20px;
-
 
59
	background: url(./img/fleche-bas.png) no-repeat
-
 
60
}
-
 
61
9
62