Subversion Repositories eFlore/Applications.del

Rev

Rev 1243 | Details | Compare with Previous | Last modification | View Log | RSS feed

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