Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3988 → Rev 3989

/trunk/widget/modules/photo/squelettes/css/popup.css
25,12 → 25,12
text-shadow: none;
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
font-size: 1rem;
font-size: 2rem;
padding: 1px;
margin: 0;
position: fixed;
top: 2px;
right: 2px;
top: 10px;
right: 10px;
opacity: 1;
}
 
385,6 → 385,26
z-index: 10000;
}
 
#hide-metas-div {
position: absolute;
top: 30px;
left: 35%;
z-index: 5;
height: 30px;
width: 30px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
background-color: rgba(0,0,0,0.2);
border: 1px solid white;
border-radius: 50%;
}
 
.volet-hidden {
left: 2% !important;
}
 
/*----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1320px){
.notation-star{