[wp-trac] [WordPress Trac] #28947: Updating translations... Footer out of place.

WordPress Trac noreply at wordpress.org
Wed Jul 23 05:50:01 UTC 2014


#28947: Updating translations... Footer out of place.
-----------------------------+------------------
 Reporter:  avryl            |       Owner:
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  4.0
Component:  Upgrade/Install  |     Version:
 Severity:  normal           |  Resolution:
 Keywords:  needs-patch      |     Focuses:
-----------------------------+------------------

Comment (by michalzuber):

 Reproduced with downloading every language from
 http://api.wordpress.org/translations/core/1.0/?version=4.0
 It's enough to have more than YOUR_SCREEN_HEIGHT divided with 55px

 1. Tried fixing with {{{position: fixed}}}, but it stick there as it
 should.
 2. Next try was
 {{{
 Index: src/wp-admin/css/common.css
 ===================================================================
 --- src/wp-admin/css/common.css (revision 29275)
 +++ src/wp-admin/css/common.css (working copy)
 @@ -11,8 +11,7 @@
         height: 100%;
  }

 -#wpcontent,
 -#wpfooter {
 +#wpcontent {
         margin-left: 180px;
  }

 @@ -1761,13 +1760,10 @@
 ------------------------------------------------------------------------------*/

  #wpfooter {
 -       position: absolute;
 -       bottom: 0;
 -       left: 0;
 -       right: 0;
 -       padding: 10px 0;
 -       margin-right: 20px;
 +       border-left: 160px solid #222;
         color: #777;
 +       margin: 0 20px 0 0;
 +       padding: 10px 0 10px 20px;
  }

 }}}

 But it doesn't work with small height http://i.imgur.com/jIbCNTf.png

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28947#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list