Skip to:
Content

bbPress.org

Changeset 2413


Ignore:
Timestamp:
04/01/2010 05:19:31 PM (16 years ago)
Author:
chrishajer
Message:

Add IE6 specific CSS so admin menu is visible. Fixes #1165, props GautamGupta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-admin/admin-header.php

    r2194 r2413  
    99        <link rel="stylesheet" href="<?php bb_uri('bb-admin/style-rtl.css', null, BB_URI_CONTEXT_LINK_STYLESHEET_HREF + BB_URI_CONTEXT_BB_ADMIN); ?>" type="text/css" />
    1010<?php endif; do_action('bb_admin_print_scripts'); ?>
     11        <!--[if IE 6]>
     12        <style type="text/css">
     13        ul#bbAdminMenu{ margin: 15px 5px 15px -85px; } body.bb-menu-folded div#bbBody{ margin-left: 110px; }
     14        </style>
     15        <![endif]-->
    1116        <script type="text/javascript">
    1217                //<![CDATA[
Note: See TracChangeset for help on using the changeset viewer.