Subversion Repositories eFlore/Applications.del

Rev

Rev 662 | Rev 690 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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