mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Fix IE7 overflows
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="{{ session.get_I18n }}">
|
||||
<html lang="{{ session.get_I18n }}" style="overflow:hidden;">
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<title>{% if local_title is defined%}{{local_title}} | {% endif %}{{home_title}} - {{ module_name }} </title>
|
||||
|
@@ -222,7 +222,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div id="desktop" class="PNB">
|
||||
<div id="desktop" class="PNB" style="overflow:hidden;">
|
||||
|
||||
{% set ratio = user.getPrefs('search_window') %}
|
||||
{% if ratio == 0 %}
|
||||
|
Reference in New Issue
Block a user