Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2328 Rev 2369
Line 42... Line 42...
42
	margin:0 auto;
42
	margin:0 auto;
43
	top:30%;
43
	top:30%;
44
}
44
}
45
/*+--------------------------------------------------------------------------------------------------------+*/
45
/*+--------------------------------------------------------------------------------------------------------+*/
46
/* Formulaire spécifique */
46
/* Formulaire spécifique */
47
#map-canvas {
-
 
48
	height:240px;
-
 
49
}
-
 
50
#info-commune {
47
#info-commune {
51
	text-align:right;
48
	text-align:right;
52
}
49
}
53
.ns-retenu {
50
.ns-retenu {
54
	font-weight:bold;
51
	font-weight:bold;
Line 66... Line 63...
66
}
63
}
67
.obs-action{
64
.obs-action{
68
	opacity:1;
65
	opacity:1;
69
}
66
}
Line -... Line 67...
-
 
67
 
70
 
68
 
71
#miniatures {
69
#miniatures {
72
    padding-top: 5px;
70
	padding-top: 5px;
73
}
-
 
74
 
71
}
75
.miniature{
72
.miniature{
76
    float: left;
73
	float: left;
77
    height: 130px;
74
	height: 130px;
78
    padding-left: 15px;
75
	padding-left: 15px;
79
    padding-right: 15px;
76
	padding-right: 15px;
80
}
-
 
81
 
77
}
82
.miniature-img {
78
.miniature-img {
83
	height: 100px;
79
	height: 100px;
Line 84... Line 80...
84
}
80
}
Line 91... Line 87...
91
	height:100px;
87
	height:100px;
92
	width: 100px;
88
	width: 100px;
93
}
89
}
Line 94... Line 90...
94
 
90
 
95
.defilement-miniatures-gauche, .defilement-miniatures-droite {
91
.defilement-miniatures-gauche, .defilement-miniatures-droite {
96
    float: left;
92
	float: left;
97
    font-size: 1.2em;
93
	font-size: 1.2em;
98
    font-weight: bold;
94
	font-weight: bold;
99
    height: 62px;
95
	height: 62px;
100
    margin: 5px;
96
	margin: 5px;
101
    padding-top: 30px;
97
	padding-top: 30px;
102
    width: 12px;
98
	width: 12px;
103
}
-
 
104
 
99
}
105
.defilement-miniatures {
100
.defilement-miniatures {
106
   width: 210px;
101
	width: 210px;
107
}
-
 
108
 
102
}
109
.defilement-miniatures-cache {
103
.defilement-miniatures-cache {
110
	visibility: hidden;
104
	visibility: hidden;
111
}
-
 
112
 
105
}
113
.miniature-cachee {
106
.miniature-cachee {
114
	display: none;
107
	display: none;
115
}
-
 
116
 
108
}
117
.miniature-selectionnee {
109
.miniature-selectionnee {
118
	display: block;
110
	display: block;
119
	width: 90px;
111
	width: 90px;
Line 126... Line 118...
126
	display: inline;
118
	display: inline;
127
}
119
}
Line 128... Line 120...
128
 
120
 
129
#logo-titre {
121
#logo-titre {
130
	position: relative;
122
	position: relative;
131
    top: -8px;
123
	top: -8px;
Line 132... Line 124...
132
}
124
}
133
 
125
 
134
#photos-conteneur {
126
#photos-conteneur {
Line 150... Line 142...
150
	width: 98px;
142
	width: 98px;
151
	box-sizing:border-box;
143
	box-sizing:border-box;
152
	-moz-box-sizing:border-box;
144
	-moz-box-sizing:border-box;
153
	-webkit-box-sizing:border-box;
145
	-webkit-box-sizing:border-box;
154
}
146
}
155
 
-
 
156
#photo-placeholder:hover {
147
#photo-placeholder:hover {
157
	background: url("../img/icones/icone-photo-hover.png");
148
	background: url("../img/icones/icone-photo-hover.png");
158
	background-size: 89px;
149
	background-size: 89px;
159
	border: 5px dashed #111;
150
	border: 5px dashed #111;
160
	border-radius: 8px;
151
	border-radius: 8px;
161
}
152
}
Line 162... Line 153...
162
 
153
 
163
#barre-progression-upload span {
154
#barre-progression-upload span {
164
	color : #333333;
155
	color : #333333;
165
}
-
 
166
 
156
}
167
.obs-erreur {
157
.obs-erreur {
168
	background-color: #DD6E6E;
158
	background-color: #DD6E6E;
169
}
-
 
170
 
159
}
171
#barre-progression-upload span {
160
#barre-progression-upload span {
172
	color : #333333;
161
	color : #333333;
Line 173... Line 162...
173
}
162
}
-
 
163
 
-
 
164
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
165
/* Google Map*/
-
 
166
#map-canvas {
-
 
167
	height:240px;
-
 
168
}
-
 
169
#map-canvas img{
-
 
170
	max-width: none;
-
 
171
}
174
 
172
 
175
/*+--------------------------------------------------------------------------------------------------------+*/
173
/*+--------------------------------------------------------------------------------------------------------+*/
176
/* Form validation */
174
/* Form validation */
177
/* Validation du formulaire */
175
/* Validation du formulaire */
178
label.error {
176
label.error {