Fix #favorite-actions position in IE7, footer position, horizontal scrollbar and expansion of postboxes in IE7, put back Browse Happy, fixes #8280

git-svn-id: https://develop.svn.wordpress.org/trunk@9852 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-24 00:20:34 +00:00
parent 0e59b61384
commit b995a25be0
5 changed files with 26 additions and 48 deletions

View File

@ -13,12 +13,14 @@
</div><!-- wpwrap --> </div><!-- wpwrap -->
<div id="footer"> <div id="footer">
<p><?php <p id="footer-left" class="alignleft"><?php
do_action( 'in_admin_footer' ); do_action( 'in_admin_footer' );
$upgrade = apply_filters( 'update_footer', '' ); $upgrade = apply_filters( 'update_footer', '' );
echo '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> | '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' | '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>').' <span id="footer-upgrade">'.$upgrade . '</span>'; echo '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> | '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' | '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>'); ?>
?>
</p> </p>
<?php if ( $is_IE ) browse_happy(); ?>
<p id="footer-upgrade" class="alignright"><?php echo $upgrade; ?></p>
<div class="clear"></div>
</div> </div>
<?php do_action('admin_footer', ''); ?> <?php do_action('admin_footer', ''); ?>
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script> <script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>

View File

@ -159,6 +159,10 @@ input[type="radio"] {
} }
/* styles for use by people extending the WordPress interface */ /* styles for use by people extending the WordPress interface */
html,
body {
height: 100%;
}
body, body,
td { td {

View File

@ -1,4 +1,5 @@
/* Fixes for IE bugs */ /* Fixes for IE bugs */
input.button, input.button,
input.button-secondary, input.button-secondary,
input.button-highlighted { input.button-highlighted {
@ -21,12 +22,8 @@ input.button-highlighted {
margin-bottom: -1px; margin-bottom: -1px;
} }
#wpbody-content .postbox .inside { #side-info-column {
height: 0;
}
#wphead-info {
float: right;
} }
* html #wpbody-content #screen-options-link-wrap { * html #wpbody-content #screen-options-link-wrap {
@ -211,9 +208,10 @@ a.button {
z-index: 12; z-index: 12;
} }
#user_info + div#favorite-actions { #favorite-inside,
float: none; #favorite-inside a,
right: 15px; .favorite-action {
zoom: 100%;
} }
#post-status-info, #post-status-info,
@ -243,28 +241,12 @@ li.widget-list-control-item h4,
zoom: 100%; zoom: 100%;
} }
#favorite-inside,
#favorite-inside a,
.favorite-action {
z-index: 11;
zoom: 100%;
}
#wphead-info {
width: 350px;
max-width: 350px;
}
p.search-box { p.search-box {
position: static; position: static;
float: right; float: right;
margin: -3px 0 4px; margin: -3px 0 4px;
} }
#wpbody .wrap {
position: static;
}
* html #editorcontainer { * html #editorcontainer {
padding: 0; padding: 0;
} }
@ -293,7 +275,7 @@ form#template div {
} }
#bh { #bh {
margin: 3px 0 0 6px; margin: 7px 10px 0 0;
float: right; float: right;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -818,9 +818,10 @@ a.view-comment-post-link {
} }
/* Admin Header */ /* Admin Header */
#wphead-info { #wphead-info {
margin: 0 15px; margin: 0 0 0 15px;
padding-right: 15px;
float: right;
} }
#user_info { #user_info {
@ -1181,40 +1182,28 @@ strong .post-com-count {
/* end menu stuff */ /* end menu stuff */
/* Admin Footer */ /* Admin Footer */
html, body {
height: 100%;
}
#footer { #footer {
word-spacing: .3em; margin-top: -45px;
font-size: 12px;
margin-top: -47px;
} }
#footer #footer-thankyou, #footer #footer-upgrade, #footer #footer-thankyou a, #footer #footer-upgrade a { #footer,
#footer a {
font-size: 12px; font-size: 12px;
word-spacing: 0;
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
font-style: italic; font-style: italic;
} }
#footer #footer-upgrade {
position: absolute;
right: 15px;
}
#footer p { #footer p {
margin: 0; margin: 0;
padding: 15px; padding: 15px;
line-height: 15px;
} }
#footer a { #footer a {
text-decoration: none; text-decoration: none;
font-size: 11px;
} }
#footer p a:hover { #footer a:hover {
text-decoration: underline; text-decoration: underline;
} }
@ -1598,6 +1587,7 @@ table.form-table td .updated {
.ui-sortable .postbox .hndle span { .ui-sortable .postbox .hndle span {
padding: 6px 0; padding: 6px 0;
} }
.ui-sortable .postbox .hndle { .ui-sortable .postbox .hndle {
cursor: move; cursor: move;
} }