Make WordPress Core

Ticket #15993: 15993.3.table-layout-auto.patch

File 15993.3.table-layout-auto.patch, 1.1 KB (added by SergeyBiryukov, 15 years ago)
  • wp-admin/css/wp-admin.dev.css

     
    21882188------------------------------------------------------------------------------*/
    21892189
    21902190table.fixed {
    2191         table-layout: fixed;
     2191        /* table-layout: fixed; */
    21922192}
    21932193
    21942194.fixed .column-rating,
     
    22772277        height: 4px;
    22782278        margin-top: 8px;
    22792279        margin-left: 7px;
     2280        position: absolute;
    22802281        background-image: url(../images/sort.gif);
    22812282        background-repeat: no-repeat;
    22822283}
     
    22942295th.sorted a {
    22952296        display: block;
    22962297        overflow: hidden;
    2297         padding: 7px 7px 8px;
     2298        padding: 7px 21px 8px 7px;
    22982299}
    22992300
    23002301.fixed .column-comments.sortable a,
     
    23062307th.sorted a span {
    23072308        float: left;
    23082309        cursor: pointer;
     2310        word-wrap: normal;
    23092311}
    23102312
    23112313th.sorted.asc .sorting-indicator,
    23122314th.desc:hover span.sorting-indicator {
    2313         display: block;
     2315        display: inline;
    23142316        background-position: 0 0;
    23152317}
    23162318
    23172319th.sorted.desc .sorting-indicator,
    23182320th.asc:hover span.sorting-indicator {
    2319         display: block;
     2321        display: inline;
    23202322        background-position: -7px 0;
    23212323}
    23222324