mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
fix ie7 z-index
This commit is contained in:
@@ -35,12 +35,12 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="api_content PNB">
|
||||
<div class="blockmenu PNB" style="height:40px;bottom:auto;">
|
||||
<div class="PNB10" style="bottom:0;top:0">
|
||||
<div class="blockmenu PNB" style="height:40px;bottom:auto;z-index:200;">
|
||||
<div class="PNB10" style="bottom:0;top:0;">
|
||||
{% block menu %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="blockresponse PNB" style="top:40px;overflow:auto;">
|
||||
<div class="blockresponse PNB" style="top:40px;overflow:auto;z-index:100;">
|
||||
{% if error_message %}
|
||||
<div class="ui-corner-all error_box">{{ error_message }}</div>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user