mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
PHRAS-2848 #comment some
This commit is contained in:
@@ -245,6 +245,8 @@ a.active_choice {
|
|||||||
padding-left: 109px!important;
|
padding-left: 109px!important;
|
||||||
padding-right: 80px!important;
|
padding-right: 80px!important;
|
||||||
border-color: #d4d4d4!important;
|
border-color: #d4d4d4!important;
|
||||||
|
text-overflow: inherit!important;
|
||||||
|
white-space: inherit!important;
|
||||||
}
|
}
|
||||||
.lightbox-img {
|
.lightbox-img {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
@@ -258,6 +260,7 @@ a.active_choice {
|
|||||||
img {
|
img {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
width: 90px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
@@ -270,10 +273,13 @@ a.active_choice {
|
|||||||
margin: 0!important;
|
margin: 0!important;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: bold!important;
|
font-weight: bold!important;
|
||||||
|
text-overflow: inherit!important;
|
||||||
|
white-space: inherit!important;
|
||||||
a {
|
a {
|
||||||
position: relative;
|
position: relative;
|
||||||
color: #313131!important;
|
color: #313131!important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding-right: 18px;
|
||||||
&:after {
|
&:after {
|
||||||
content: "\e96c";
|
content: "\e96c";
|
||||||
font-family: icomoon;
|
font-family: icomoon;
|
||||||
|
@@ -145,7 +145,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<div class="feed-list">
|
<div class="feed-list">
|
||||||
<ul data-role="listview" style="width:100%;margin: 0;">
|
<ul data-role="listview" style="width:100%;margin: 0;">
|
||||||
{% for basket in baskets_collection %}
|
{% for basket in baskets_collection | sort | reverse %}
|
||||||
{% if basket.getValidation() is empty %}
|
{% if basket.getValidation() is empty %}
|
||||||
{% set basket_length = basket.getElements().count() %}
|
{% set basket_length = basket.getElements().count() %}
|
||||||
<li>
|
<li>
|
||||||
|
Reference in New Issue
Block a user