Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1493 Rev 1524
Line 66... Line 66...
66
}
66
}
67
.obs-action{
67
.obs-action{
68
	opacity:1;
68
	opacity:1;
69
}
69
}
70
.miniature{
70
.miniature{
-
 
71
    float: left;
-
 
72
    height: 130px;
-
 
73
    padding-left: 15px;
-
 
74
    padding-right: 15px;
-
 
75
}
-
 
76
 
-
 
77
.miniature-img {
71
	max-width:100px;
78
	height: 100px;
-
 
79
}
-
 
80
 
-
 
81
.miniature img {
-
 
82
	display: block;
72
}
83
}
Line 73... Line 84...
73
 
84
 
74
.miniature-chargement {
85
.miniature-chargement {
75
	height:100px;
86
	height:100px;
76
	width: 100px;	
87
	width: 100px;	
-
 
88
}
-
 
89
 
-
 
90
.defilement-miniatures-gauche, .defilement-miniatures-droite {
-
 
91
    float: left;
-
 
92
    font-size: 1.2em;
-
 
93
    font-weight: bold;
-
 
94
    height: 62px;
-
 
95
    margin: 5px;
-
 
96
    padding-top: 30px;
-
 
97
    width: 12px;
-
 
98
}
-
 
99
 
-
 
100
.defilement-miniatures {
-
 
101
   width: 210px;
-
 
102
}
-
 
103
 
-
 
104
.defilement-miniatures-cache {
-
 
105
	visibility: hidden;
-
 
106
}
-
 
107
 
-
 
108
.miniature-cachee {
-
 
109
	display: none;
-
 
110
}
-
 
111
 
-
 
112
.miniature-selectionnee {
-
 
113
	display: block;
-
 
114
	width: 90px;
-
 
115
}
77
}
116
 
78
.referentiel-obs {
117
.referentiel-obs {
79
	color:#3B9D3B;
118
	color:#3B9D3B;
80
}
119
}
81
#referentiel {
120
#referentiel {
Line 84... Line 123...
84
 
123
 
85
#logo-titre {
124
#logo-titre {
86
	position: relative;
125
	position: relative;
87
    top: -8px;
126
    top: -8px;
-
 
127
}
-
 
128
 
-
 
129
#fichier {
-
 
130
	display: none;
-
 
131
}
-
 
132
 
-
 
133
#photos-conteneur {
-
 
134
	height: 120px;
-
 
135
}
-
 
136
 
-
 
137
#photo-placeholder {
-
 
138
	background: url("../img/icones/icone-photo.png");
-
 
139
	background-size: 89px;
-
 
140
	cursor: pointer;
-
 
141
	margin-bottom: 15px;
-
 
142
	margin-right: 15px;
-
 
143
	float:left;
-
 
144
	border: 5px dashed #CCCCCC;
-
 
145
    border-radius: 8px 8px 8px 8px;
-
 
146
    height: 100px;
-
 
147
    margin: 2px 0 2px 2px;
-
 
148
    text-align: center;
-
 
149
    width: 98px;
-
 
150
    box-sizing:border-box;
-
 
151
  	-moz-box-sizing:border-box;
-
 
152
  	-webkit-box-sizing:border-box;
-
 
153
}
-
 
154
 
-
 
155
#photo-placeholder:hover {
-
 
156
	background: url("../img/icones/icone-photo-hover.png");
-
 
157
	background-size: 89px;
-
 
158
	border: 5px dashed #111; 
-
 
159
    border-radius: 8px;
-
 
160
}
88
}
161
 
89
/*+--------------------------------------------------------------------------------------------------------+*/
162
/*+--------------------------------------------------------------------------------------------------------+*/
90
/* Correction style CSS Bootstrap */
163
/* Correction style CSS Bootstrap */
91
.well {
164
.well {
92
	margin-bottom: 5px;
165
	margin-bottom: 5px;