fix pref-tabs display for IE7
This commit is contained in:
parent
be5b75da89
commit
1d8e4418af
|
@ -82,8 +82,6 @@ window.onload = init;
|
||||||
|
|
||||||
<ul id="debug_output"></ul>
|
<ul id="debug_output"></ul>
|
||||||
|
|
||||||
<div id="notify" class="notify"><span id="notify_body"> </span></div>
|
|
||||||
|
|
||||||
<div id="fatal_error"><div id="fatal_error_inner">
|
<div id="fatal_error"><div id="fatal_error_inner">
|
||||||
<h1>Fatal Error</h1>
|
<h1>Fatal Error</h1>
|
||||||
<div id="fatal_error_msg"><?php echo __('Unknown Error') ?></div>
|
<div id="fatal_error_msg"><?php echo __('Unknown Error') ?></div>
|
||||||
|
@ -134,6 +132,8 @@ window.onload = init;
|
||||||
</noscript>
|
</noscript>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="notify" class="notify"><span id="notify_body"> </span></div>
|
||||||
|
|
||||||
<div id="prefFooter">
|
<div id="prefFooter">
|
||||||
<?php if (defined('_DEBUG_USER_SWITCH')) { ?>
|
<?php if (defined('_DEBUG_USER_SWITCH')) { ?>
|
||||||
<select id="userSwitch" onchange="userSwitch()">
|
<select id="userSwitch" onchange="userSwitch()">
|
||||||
|
|
|
@ -572,13 +572,13 @@ div.prefsTabSelected {
|
||||||
font-size : 9pt;
|
font-size : 9pt;
|
||||||
font-family : "Lucida Grande", Tahoma, sans-serif;
|
font-family : "Lucida Grande", Tahoma, sans-serif;
|
||||||
position : relative;
|
position : relative;
|
||||||
bottom : -2px;
|
bottom : 0px;
|
||||||
border-collapse : collapse;
|
border-collapse : collapse;
|
||||||
-moz-border-radius : 3px;
|
-moz-border-radius : 3px;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
min-width : 100px;
|
min-width : 100px;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
z-index : 999;
|
z-index : 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.notice {
|
div.notice {
|
||||||
|
|
Loading…
Reference in New Issue