Subversion Repositories eFlore/Applications.del

Rev

Rev 1302 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1196 gduche 1
.observation {
2
	width:480px;
3
	padding:10px;
4
	border: solid 1px #DDD;
5
}
6
 
7
.titrePropositions {
8
	margin-top:-0px;
9
	margin-right:30px;
10
	background:none;
11
}
12
 
13
.listePropositions {
14
    background: none repeat scroll 0 0 #FAFAF0;
15
    border-color: #DDDDDD;
16
    border-radius: 0 10px 10px 0;
17
    border-style: solid;
18
    border-width: 1px 1px 1px 0;
19
    box-shadow: 2px 2px 2px #DDDDDD;
20
    min-height: 230px;
21
    margin-top: 7px;
22
    padding: 10px 10px 10px 16px;
23
    width:470px;
24
}
25
 
26
.nomEspece {
27
	padding:7px;
28
	font-size:15px;
29
	font-weight:bold;
30
	background:rgba(100,100,100,0.5);
31
	color:white;
32
	cursor:pointer;
33
	position:absolute;
34
	width:236px;
35
}
36
 
37
.nomEspece:hover {
38
	background:#8EB533;
39
}
40
.colonneImages {
41
	min-width:260px;
42
}
43
 
44
.description {
45
	border: solid 1px #EEE;
46
	border-width: 0 1px 0 0;
47
	width: 270px;
48
	padding: 10px;
49
	margin: 0 1px 5px 0;
50
	height: 150px
51
}
52
 
53
.determination {
54
	padding: 10px;
55
	margin: 0 1px 5px 0;
56
	height: 150px
57
}
58
 
59
.photoPrincipale {
60
	height: 20px;
61
	float: left;
62
	padding: 5px;
63
	margin-bottom: 15px;
64
	cursor: pointer
65
}
66
 
67
.panneauDeterminations {
68
	text-align: right
69
}
70
 
71
.lienDetermination {
72
	text-align: center;
73
	padding: 5px;
74
	color: blue;
75
	cursor: pointer;
76
	float: right;
77
	margin: 5px;
78
	text-decoration: underline;
79
}
80
 
81
.miniatures img {
82
	height: 30px
83
}
84
 
85
.metadonnees {
86
 
87
}
88
 
89
.boutonDetermination {
90
	background: url("./img/add.png") no-repeat scroll 5px 7px #DDDDDD;
91
	border: 1px solid #AAAAAA;
92
	cursor: pointer;
93
	float: right;
94
	margin-bottom: 5px;
95
	margin-right: 5px;
96
	margin-top: 10px;
97
	padding: 5px 5px 5px 25px;
98
}
99
 
100
.ligneObservation {
101
	margin-bottom: 10px;
102
}
103
 
104
.boutonDetermination:hover {
105
	background-color: #AAA
106
}
107
 
108
.accesOutil {
109
	margin-top: 15px;
110
}
111
 
112
.ajouterProposition {
113
	margin-top:10px;
114
}