Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
690 gduche 1
.formulaireProposition {
2
	z-index: 1500;
3
	padding: 50px;
4
	background: white;
5
	width: 50%;
6
	width: 600px;
7
	margin: 0 auto;
8
	margin-top: 5%;
9
}
10
 
11
.boutonProposer {
12
	float: right;
13
	margin-right: 35px;
14
	margin-top: -85px;
15
	padding: 10px;
16
	background: url(./img/add.png) no-repeat 5px 12px #DDD;
17
	padding-left: 20px;
18
	cursor: pointer
19
}
20
 
21
.boutonProposer:hover {
22
	background-color: #AAA
23
}
24
 
25
.colonneGauche,.colonneDroite {
26
	width: 250px;
27
}
28
 
29
.colonneGauche {
30
	padding-right: 30px
31
}
32
 
33
.colonneGauche select {
34
	width: 100%
35
}
36
 
37
.colonneGauche input {
38
	width: 95%
39
}
40
 
41
.commentaire {
42
	width: 250px;
43
	height: 100px
44
}
45
 
46
.propositionTaxon {
47
	width: 100%;
48
	height: 30px;
49
}
50
 
51
.zoneNom {
52
	width: 30%;
53
	float: left;
54
	margin-right: 5px;
55
}
56
 
57
.zonePrenom {
58
	width: 30%;
59
	float: left;
60
}
61
 
62
.zoneEmail {
63
	clear: left;
64
	padding-top: 5px;
65
}