[wp-trac] [WordPress Trac] #21947: Fix 3-column dashboard display

WordPress Trac wp-trac at lists.automattic.com
Thu Sep 20 20:06:46 UTC 2012


#21947: Fix 3-column dashboard display
-----------------------------+--------------------------
 Reporter:  belg4mit         |       Type:  defect (bug)
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  General
  Version:  3.4              |   Severity:  normal
 Keywords:                   |
-----------------------------+--------------------------
 Issue #20015 'enhanced' the dashboard with a pure-CSS based multi-column
 dashboard. Excellent.

 The CSS used makes gross assumptions about how many columns are
 appropriate for different-sized displays. Double plus ungood.
 Users should be left to decide how many columns they wish to use.

 There was [http://wordpress.org/support/topic/three-column-dashboard/
 considerable discussion] of this when 3.4 was released, but no remedy yet,
 other than to hack away at the CSS of one's install, precluding upgrades;
 I've changed {{{@media only screen and (min-width:800px) and (max-
 width:1200px){}}} to {{{@media only screen and (min-width:800px) and (max-
 width900px){}}} in wp-admin.css to get a usable interface.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21947>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list