Fix PHRAS-134 Reportage is selected as wall in edit mode

This commit is contained in:
Nicolas Le Goff
2014-05-28 16:14:46 +02:00
parent c078c18f7e
commit 5721aae8c8
3 changed files with 1 additions and 3 deletions

View File

@@ -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>

View File

@@ -2200,7 +2200,6 @@ DIV.thesaurus U.w {
}
.GRP_IMAGE_REP {
background-color: #B1B1B1;
margin: 5px;
padding: 5px;
position: absolute;

View File

@@ -2244,7 +2244,6 @@ DIV.thesaurus U.w {
}
.GRP_IMAGE_REP {
background-color: #B1B1B1;
margin: 5px;
padding: 5px;
position: absolute;