Make WordPress Core

Ticket #7666: dashboard_css.diff

File dashboard_css.diff, 712 bytes (added by johnhennmacc, 16 years ago)

A potential fix

  • dashboard.css

     
    212212        font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    213213}
    214214
     215
    215216#dashboard-widgets .widget_rss ul {
    216217        list-style: none;
    217218        padding: 0;
     
    264265#dashboard_inbox div.dashboard-widget, #dashboard_quick_press div.dashboard-widget {
    265266        height: 35em;
    266267        padding-bottom: 0;
     268        position: static;
    267269}
    268270
    269271#dashboard_quick_press div.dashboard-widget-content {
     
    273275#dashboard_inbox p.actions {
    274276        margin-bottom:0pt;
    275277        margin-top: 0;
    276         float:left;
    277278}
    278279
    279280#dashboard_quick_press h3 {