Subversion Repositories eFlore/Applications.del

Rev

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