mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix PHRAS-134 Reportage is selected as wall in edit mode
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
{% set class_status = '' %}
|
||||
{% endif %}
|
||||
|
||||
<div pos="{{ i }}" id="idEditDiapo_{{ i }}" class="diapo {{ class_status }}" style="width:{{ cont_width }}px; height:{{ cont_height }}px;">
|
||||
<div pos="{{ i }}" id="idEditDiapo_{{ i }}" class="diapo selected {{ class_status }}" style="width:{{ cont_width }}px; height:{{ cont_height }}px;">
|
||||
<div class='titre'>
|
||||
{{ record.get_original_name() }}
|
||||
</div>
|
||||
|
@@ -2200,7 +2200,6 @@ DIV.thesaurus U.w {
|
||||
}
|
||||
|
||||
.GRP_IMAGE_REP {
|
||||
background-color: #B1B1B1;
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
|
@@ -2244,7 +2244,6 @@ DIV.thesaurus U.w {
|
||||
}
|
||||
|
||||
.GRP_IMAGE_REP {
|
||||
background-color: #B1B1B1;
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user