Subversion Repositories eFlore/Applications.del

Rev

Rev 654 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 654 Rev 656
Line 5... Line 5...
5
	padding: 10px;
5
	padding: 10px;
6
	margin: 0 1px 5px 0;
6
	margin: 0 1px 5px 0;
7
	height: 150px
7
	height: 150px
8
}
8
}
Line 9... Line -...
9
 
-
 
10
.photos {
-
 
11
	border: solid 1px #EEE;
-
 
12
	border-width: 0 1px 0 0;
-
 
13
	width: 300px;
-
 
14
	-moz-border-radius: 0px;
-
 
15
	padding: 10px;
-
 
16
	margin: 0 1px 5px 0;
-
 
17
	height: 170px
-
 
18
}
-
 
19
 
9
 
20
.determination {
10
.determination {
21
	padding: 10px;
11
	padding: 10px;
22
	margin: 0 1px 5px 0;
12
	margin: 0 1px 5px 0;
23
	height: 150px
13
	height: 150px
Line 24... Line -...
24
}
-
 
25
 
-
 
26
.photos img {
-
 
27
	float: left;
-
 
28
	padding: 2px;
-
 
29
	-moz-box-shadow: 2px 2px 2px #DDD;
-
 
30
	cursor: pointer;
-
 
31
}
14
}
32
 
15
 
33
.photoPrincipale {
16
.photoPrincipale {
34
	height: 20px;
17
	height: 20px;
35
	float: left;
18
	float: left;
36
	padding: 5px;
19
	padding: 5px;
37
	margin-bottom: 15px;
20
	margin-bottom: 15px;
Line 38... Line 21...
38
	cursor: pointer
21
	cursor: pointer
39
}
22
}
40
 
23
 
Line 41... Line 24...
41
.panneauDeterminations {
24
.panneauDeterminations {
42
	text-align: right;
25
	text-align: right
43
}
26
}
Line 58... Line 41...
58
 
41
 
59
.metadonnees {
42
.metadonnees {
60
	width: 235px
43
	width: 235px
Line 61... Line -...
61
}
-
 
62
 
-
 
63
.images {
-
 
64
	width: 300px;
-
 
65
}
44
}
66
 
45
 
67
.boutonDetermination {
46
.boutonDetermination {
68
	background: url("./img/add.png") no-repeat scroll 5px 7px #DDDDDD;
-
 
69
	border: 1px solid #AAAAAA;
47
	background: url("./img/add.png") no-repeat scroll 5px 7px #DDDDDD;
70
	border-radius: 10px 10px 10px 10px;
48
	border: 1px solid #AAAAAA;
71
	cursor: pointer;
49
	cursor: pointer;
72
	float: right;
50
	float: right;
73
	margin-bottom: 5px;
51
	margin-bottom: 5px;
74
	margin-right: 5px;
52
	margin-right: 5px;
75
	margin-top: 10px;
53
	margin-top: 10px;
Line 76... Line 54...
76
	padding: 5px 5px 5px 25px;
54
	padding: 5px 5px 5px 25px;
77
}
-
 
78
 
-
 
79
.ligneObservation {
-
 
80
	-moz-box-shadow: 5px 0px 5px #DDD;
-
 
81
	-webkit-box-shadow: 5px 0px 5px #DDD;
55
}
82
	-moz-border-radius: 10px;
56
 
83
	-webkit-border-radius: 10px;
-
 
84
	margin-bottom: 10px;
57
.ligneObservation {
85
	border: solid 1px #DDD;
-
 
86
	width: 100%;
-
 
87
	padding: 15px;
-
 
88
	height: 250px;
-
 
89
	display: block;
-
 
90
}
-
 
91
 
-
 
92
.ligneObservation>div {
-
 
93
	display: inline;
-
 
94
}
-
 
95
 
-
 
96
.ligneObservation>.metadonnees,.ligneObservation>.images {
-
 
97
	float: left;
-
 
98
}
-
 
99
 
58
	margin-bottom: 10px;
Line 100... Line 59...
100
.ligneObservation>.panneauDeterminations {
59
	border: solid 1px #DDD;
101
	float: right;
60
	padding: 15px
-
 
61
}
-
 
62
 
-
 
63
.boutonDetermination:hover {
-
 
64
	background-color: #AAA
102
}
65
}
103
 
66