[wp-trac] Re: [WordPress Trac] #5626: Keep the wp-admin footer on
the bottom.
WordPress Trac
wp-trac at lists.automattic.com
Thu Jan 10 08:48:20 GMT 2008
#5626: Keep the wp-admin footer on the bottom.
-----------------------------+----------------------------------------------
Reporter: spencerp | Owner: spencerp
Type: defect | Status: new
Priority: low | Milestone: 2.5
Component: Template | Version: 2.5
Severity: minor | Resolution:
Keywords: footer wp-admin |
-----------------------------+----------------------------------------------
Comment (by JeremyVisser):
An alternate way would be to simply make the gap between the footer and
screen bottom dark grey. By making the {{{body}}}'s background
{{{#464646}}}, and then making {{{.wrap}}} and friends {{{#ffffff}}}, it
at least makes the gap grey like the rest of the footer.
{{{
#!diff
Index: wp-admin/wp-admin.css
===================================================================
--- wp-admin/wp-admin.css (revision 6587)
+++ wp-admin/wp-admin.css (working copy)
@@ -19,8 +19,9 @@
.wrap {
margin: 0;
padding: 0;
- margin-left: 15px;
- margin-right: 25%;
+ padding-left: 15px;
+ padding-right: 25%;
+ background: #fff;
}
.wrap h2 {
@@ -89,7 +90,7 @@
}
body {
- background: #fff;
+ background: #464646;
color: #333;
margin: 0;
padding: 0;
}}}
Didn't bother to attach a patch, as it's not worth applying: there are
lots of bits of grey that show up in inconvenient spots. Just an idea.
Also, I don't know if it's worth tackling this issue right now. Matt did
say to put a stopper in admin theme bugs until everything's completely
committed.
--
Ticket URL: <http://trac.wordpress.org/ticket/5626#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list