Subversion Repositories eFlore/Applications.del

Rev

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

Rev 615 Rev 622
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 {z-index:1500; padding:30px; padding-right: 21px; padding-top:20px; background:white; width:50%;  width:335px; margin:0 auto; margin-top:5%;}
2
.boutonProposer {float:right; margin-top:10px; margin-right:6px; padding:10px; background:url(./img/add.png) no-repeat 5px 12px #DDD; padding-left:20px; cursor:pointer}
-
 
3
.boutonProposer:hover {background-color:#AAA}
2
.boutonProposer:hover {background-color:#AAA}
4
.colonneGauche, .colonneDroite {width:300px;}
3
.colonneGauche, .colonneDroite {width:300px;}
5
.colonneGauche {padding-right:30px}
4
.colonneGauche {padding-right:30px}
6
.colonneGauche select {width:100%}
5
.colonneGauche select {width:100%}
7
.colonneGauche input {width:95%}
6
.colonneGauche input {width:95%}
8
.commentaire {width:260px; height:100px;}
7
.commentaire {width:260px; height:100px;}
9
.propositionTaxon{width:100%;height:30px;
-
 
10
8
.propositionTaxon{width:100%;height:30px;}
-
 
9
.boutonProposer {
-
 
10
	border: solid 1px #AAA;
-
 
11
	-moz-border-radius: 10px;
-
 
12
	cursor: pointer;
-
 
13
	float: left;
-
 
14
	margin-top: 10px;
-
 
15
	margin-bottom: 5px;
-
 
16
	margin-right: 5px;
-
 
17
	float:right; 
-
 
18
	background:url(./img/add.png) no-repeat 5px 7px #DDD; 
-
 
19
	padding: 5px;
-
 
20
	padding-left:25px; 
-
 
21
	cursor:pointer
-
 
22
}
-
 
23
11
24