mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
PHRAS-2829
This commit is contained in:
@@ -7,27 +7,40 @@ ul.image_set{
|
||||
width:100%;
|
||||
border:none;
|
||||
list-style-type: none;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
li.image_box a img{
|
||||
position:relative;
|
||||
vertical-align:middle;
|
||||
border:none;
|
||||
width: 100%!important;
|
||||
height: auto!important;
|
||||
top: 0 !important;
|
||||
object-fit: cover;
|
||||
|
||||
}
|
||||
li.image_box a{
|
||||
padding:0;
|
||||
text-shadow:0;
|
||||
margin:0;
|
||||
width: 100%;
|
||||
}
|
||||
li.image_box{
|
||||
width:80px;
|
||||
height:80px;
|
||||
position:relative;
|
||||
float:left;
|
||||
margin:0px 15px 15px 0px;
|
||||
padding:0px;
|
||||
text-align:center;
|
||||
width: 32%;
|
||||
position: relative;
|
||||
margin: 0 2% 15px 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
background: #ededed;
|
||||
&:nth-child(3n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
.thumb_wrapper {
|
||||
background: #ededed;
|
||||
width: 100%!important;
|
||||
height: 100%!important;
|
||||
}
|
||||
}
|
||||
a.no.active_choice{
|
||||
|
Reference in New Issue
Block a user