Display Admin Panel with IE7 + Win XP
bug:2193 git-svn-id: http://piwigo.org/svn/branches/2.1@9347 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
fb2fab0b0a
commit
60cf0ea706
2 changed files with 8 additions and 0 deletions
4
admin/themes/default/fix-ie7.css
Normal file
4
admin/themes/default/fix-ie7.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
/* fix IE7 footer */
|
||||
#the_page { min-height:100%; position:relative; padding:0; margin:0; }
|
||||
#menubar { margin: 0; }
|
||||
#footer { left: 0; }
|
|
@ -1,3 +1,7 @@
|
|||
<!--[if lt IE 7]>
|
||||
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/default/fix-ie5-ie6.css">
|
||||
<![endif]-->
|
||||
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/default/fix-ie7.css">
|
||||
<![endif]-->
|
||||
|
|
Loading…
Add table
Reference in a new issue