Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2409 → Rev 2410

/trunk/widget/modules/saisie/squelettes/missions-flore/css/missions-flore.css
9,7 → 9,7
}
 
h1 {
font-size: 26px;
font-size: 22px !important;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Générique */
19,9 → 19,6
font-size:11px;
line-height: 13px;
}
.droite {
text-align:right;
}
.centre {
text-align:center;
}
42,8 → 39,28
margin:0 auto;
top:30%;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Formulaire spécifique */
.page-header {
border-radius: 10px;
}
.page-header h1{
font-size: 3em;
line-height: 90px;
margin-bottom: 0;
}
#logo-titre {
position: relative;
left: 8px;
margin-right: 1em;
height: 80px;
}
 
#intro {
 
}
 
#info-commune {
text-align:right;
}
53,30 → 70,27
.nn{
color:#3B9D3B;
}
.nom-sci{
font-size:1.5em;
font-weight:bold;
.nom-sci {
font-style: italic;
}
.commune, .date{
font-size:1.3em;
font-weight:bold;
}
 
.obs-action{
opacity:1;
}
 
 
#miniatures {
padding-top: 5px;
}
 
.miniature{
float: left;
height: 130px;
padding-left: 15px;
padding-right: 15px;
padding: 10px;
}
 
.miniature-img {
height: 100px;
margin: 0;
}
 
.miniature img {
97,32 → 111,33
padding-top: 30px;
width: 12px;
}
 
.defilement-miniatures {
width: 210px;
}
.defilement-miniatures .thumbnail {
float: left;
}
 
.defilement-miniatures-cache {
visibility: hidden;
}
 
.miniature-cachee {
display: none;
}
 
.miniature-selectionnee {
display: block;
width: 90px;
box-sizing: content-box;
max-height: 100px;
max-width: 100px;
}
 
.referentiel-obs {
color:#3B9D3B;
}
#referentiel {
display: inline;
}
 
#logo-titre {
position: relative;
top: -8px;
}
 
#photos-conteneur {
height: 120px;
}
144,6 → 159,7
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
 
#photo-placeholder:hover {
background: url("../img/icones/icone-photo-hover.png");
background-size: 89px;
154,14 → 170,37
#barre-progression-upload span {
color : #333333;
}
 
.obs-erreur {
background-color: #DD6E6E;
}
 
#barre-progression-upload span {
color : #333333;
}
 
#taxon-liste optgroup + optgroup {
border-top: 1px solid black;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Details obs ajoutées*/
.obs-entete {
margin-bottom: 0;
}
.obs-entete .nom-sci, .obs-entete .commune, .obs-entete .date{
font-size:1.3em;
font-weight:bold;
color: #777;
}
.obs-entete .referentiel-obs {
color:#3B9D3B;
}
.obs-details span{
font-style:italic;
color: #777;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Google Map*/
#map-canvas {
height:240px;
213,63 → 252,19
.well .fermer:hover {
text-decoration: none;
}
.well .icone {
.well .glyphicon-plus-sign {
position:absolute;
right:5px;
right:1em;
top: 0.2em;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/*Modal plte-description */
.dsc-imgs {
max-width: 800px;
margin:0 auto;
}
.dsc-infos {
max-width: 800px;
}
.dsc-clean {
clear:both;
}
@media (min-width: 600px) and (max-width: 800px) {
.dsc-imgs {
width: 600px;
}
.dsc-imgs img {
width: 290px;
}
.dsc-infos {
width: 600px;
}
}
@media (min-width: 801px) and (max-width: 1359px) {
.modal {
width:800px;
margin-left:-400px;
}
.dsc-imgs {
width: 780px;
}
.dsc-infos {
width: 700px;
}
}
@media (min-width: 1360px) {
.modal {
width:1360px;
margin-left:-680px;
}
.dsc-imgs {
float:left;
}
.dsc-infos {
float:left;
max-width: 500px;
}
 
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Correction style CSS Bootstrap */
.well {
margin-bottom: 5px;
padding: 4px;
background-color: rgba(245,245,245,0.85);
}
input[type="file"] {
padding-top: 0;
}