Subversion Repositories eFlore/Applications.del

Rev

Rev 1243 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1175 aurelien 1
.conteneurPreferences {
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;
1243 gduche 9
	margin-top: 75px;
1175 aurelien 10
	padding-bottom:50px;
11
}
12
 
13
.messageTemporaire {
14
	font-style: italic;
15
}
16
 
17
.boutonSauvegarder:hover {
18
	background-color: #AAA
19
}
20
 
21
.colonneGauche,.colonneDroite {
22
	width: 300px;
23
}
24
 
25
.colonneGauche {
26
	padding-right: 30px
27
}
28
 
29
.colonneGauche select {
30
	width: 100%
31
}
32
 
33
.colonneGauche input {
34
	width: 95%
35
}
36
 
37
.boutonSauvegarder {
38
	border: solid 1px #AAA;
39
	cursor: pointer;
40
	float: left;
41
	margin-top: 10px;
42
	margin-bottom: 5px;
43
	margin-right: 5px;
44
	float: right;
45
	background: url(./img/add.png) no-repeat 5px 7px #DDD;
46
	padding: 5px;
47
	padding-left: 25px;
48
	cursor: pointer
49
}
50
 
51
.zoneMailsMesObs {
52
	margin-bottom: 10px;
53
}
54
 
55
.zoneMailsToutesObs {
56
	margin-bottom: 10px;
57
}