mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
fix thumb title overflow in browser
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
{% for BasketElement in Basket.getElements() %}
|
||||
{% set record = BasketElement.getRecord() %}
|
||||
<div class="diapo" style="width:150px; height:180px;">
|
||||
<div class='titre'>
|
||||
<div class='title'>
|
||||
{{record.get_original_name()}}
|
||||
</div>
|
||||
<div>
|
||||
|
@@ -3231,3 +3231,7 @@ dans l'onglet thesaurus : arbres, menus contextuels
|
||||
border:1px dotted #CCCCCC;
|
||||
z-index:10000;
|
||||
}
|
||||
|
||||
#BasketBrowser .diapo .title{
|
||||
height:16px;
|
||||
}
|
||||
|
@@ -3243,3 +3243,7 @@ dans l'onglet thesaurus : arbres, menus contextuels
|
||||
border:1px dotted #CCCCCC;
|
||||
z-index:10000;
|
||||
}
|
||||
|
||||
#BasketBrowser .diapo .title{
|
||||
height:16px;
|
||||
}
|
Reference in New Issue
Block a user