Subversion Repositories eFlore/Applications.del

Rev

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

Rev 303 Rev 685
Line 1... Line -...
1
.formulaireProposition {z-index:1500; padding:50px; background:white; width:50%;  width:600px; margin:0 auto; margin-top:5%;}
-
 
2
.boutonProposer {float:right; margin-right:35px; margin-top:-85px; padding:10px; background:url(./img/add.png) no-repeat 5px 12px #DDD; padding-left:20px; cursor:pointer}
-
 
3
.boutonProposer:hover {background-color:#AAA}
-
 
4
.colonneGauche, .colonneDroite {width:250px;}
-
 
5
.colonneGauche {padding-right:30px}
-
 
6
.colonneGauche select {width:100%}
-
 
7
.colonneGauche input {width:95%}
-
 
8
.commentaire {width:250px; height:100px}
-
 
9
.propositionTaxon{width:100%;height:30px;}
-
 
10
1
.formulaireProposition {
-
 
2
	z-index: 1500;
-
 
3
	padding: 50px;
-
 
4
	background: white;
-
 
5
	width: 300px;
-
 
6
	margin: 0 auto;
-
 
7
	margin-top: 5%;
-
 
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
-
 
52
}
-
 
53
11
54