Ticket #5626: footer-fix-new-part2.diff
File footer-fix-new-part2.diff, 1.8 KB (added by , 17 years ago) |
---|
-
wp-admin/admin-footer.php
1 1 </div> 2 2 <div id="footer"> 3 3 <p><?php 4 4 -
wp-admin/admin-header.php
36 36 ?> 37 37 </head> 38 38 <body class="wp-admin <?php echo apply_filters( 'admin_body_class', '' ); ?>"> 39 <div id="nonFooter"> 39 40 <div id="wphead"> 40 41 <h1><?php bloginfo('name'); ?> <span id="viewsite"><a href="<?php echo get_option('home') . '/'; ?>"><?php _e('Visit Site') ?></a></span></h1> 41 42 </div> -
wp-admin/wp-admin.css
2 2 height: 100%; /* kill peekaboo bug in IE */ 3 3 } 4 4 5 html{height: 100%;} 6 5 7 /* This is the Holly Hack \*/ 6 8 * html .wrap { height: 1% } 7 9 /* For Win IE's eyes only */ … … 19 21 .wrap { 20 22 margin: 0; 21 23 padding: 0; 24 padding-bottom: 9em; 22 25 margin-left: 15px; 23 26 margin-right: 25%; 27 margin-bottom:19%; 24 28 } 25 29 26 30 .wrap h2 { … … 91 95 body { 92 96 background: #fff; 93 97 color: #333; 98 height: 100%; 94 99 margin: 0; 95 100 padding: 0; 96 101 } … … 978 983 margin: 0; 979 984 background: #464646 url('images/logo-ghost.png') no-repeat 20px 10px; 980 985 color: #999; 986 position: relative; 987 margin-top: -4.06em; 981 988 } 982 989 983 990 #footer a { … … 989 996 padding: 5px 0; 990 997 } 991 998 999 #nonFooter { 1000 position: relative; 1001 min-height: 100%; 1002 } 1003 1004 * html #nonFooter{ 1005 height: 100%; 1006 } 1007 992 1008 /* Tables used on comment.php and option/setting pages */ 993 1009 994 1010 .niceblue {