Subversion Repositories eFlore/Applications.del

Rev

Rev 655 | Rev 687 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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