Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2110 Rev 2688
Line 40... Line 40...
40
	position:relative;
40
	position:relative;
41
	width:30%;
41
	width:30%;
42
	margin:0 auto;
42
	margin:0 auto;
43
	top:30%;
43
	top:30%;
44
}
44
}
-
 
45
input#taxon {
-
 
46
	width: 300px;
-
 
47
}
-
 
48
/* jQuery.validate dans ses versions récentes ne semble pas ajouter la classe help-inline
-
 
49
	aux messages d'erreur */
-
 
50
.control-group .error {
-
 
51
	color: #b94a48;
-
 
52
	display: inline-block;
-
 
53
	padding-left: 5px;
-
 
54
	vertical-align: middle;
-
 
55
}
-
 
56
 
-
 
57
 
45
/*+--------------------------------------------------------------------------------------------------------+*/
58
/*+--------------------------------------------------------------------------------------------------------+*/
46
/* Formulaire spécifique */
59
/* Formulaire spécifique */
47
#map-canvas {
60
#map-canvas {
48
	height:240px;
61
	height:240px;
49
}
62
}
Line 70... Line 83...
70
 
83
 
71
#miniatures {
84
#miniatures {
72
    padding-top: 5px;
85
    padding-top: 5px;
Line 73... Line 86...
73
}
86
}
74
 
87
 
75
.miniature{
88
.miniature {
76
    float: left;
89
    float: left;
77
    height: 130px;
90
    height: 130px;
-
 
91
    padding-left: 15px;
-
 
92
    padding-right: 15px;
78
    padding-left: 15px;
93
    background-repeat: no-repeat;
Line 79... Line 94...
79
    padding-right: 15px;
94
    background-size: cover;
80
}
95
}
81
 
96