Make WordPress Core

Ticket #19661: 19661.2.diff

File 19661.2.diff, 1.2 KB (added by JustinSainton, 13 years ago)
  • wp-admin/css/wp-admin.dev.css

     
    20032003        height: 30px;
    20042004        cursor: pointer;
    20052005}
     2006.no-js .postbox .handlediv {
     2007        display: none;
     2008}
    20062009
    20072010.sortable-placeholder {
    20082011        border-width: 1px;
     
    20362039        cursor: auto;
    20372040}
    20382041
     2042.no-js .widget .widget-top,
     2043.no-js .postbox h3,
     2044.no-js .stuffbox h3 {
     2045        cursor: default;
     2046}
     2047
    20392048.postbox .inside,
    20402049.stuffbox .inside {
    20412050        padding: 0 10px;
     
    22132222        table-layout: fixed;
    22142223}
    22152224
     2225.no-js table.wp-list-table thead .column-cb input[type="checkbox"] {
     2226        display: none;
     2227}
     2228
    22162229.fixed .column-rating,
    22172230.fixed .column-visible {
    22182231        width: 8%;
     
    76537666        border-top-right-radius: 3px;
    76547667        border-top-left-radius: 3px;
    76557668}
    7656 
     7669.no-js div.sidebar-name {
     7670        cursor: default;
     7671}
    76577672.js .closed .sidebar-name {
    76587673        -webkit-border-bottom-right-radius: 3px;
    76597674        -webkit-border-bottom-left-radius: 3px;
     
    78887903        width: 26px;
    78897904}
    78907905
     7906.no-js .sidebar-name-arrow {
     7907        display: none;
     7908}
     7909
    78917910.widget-title .in-widget-title {
    78927911        font-size: 12px;
    78937912        white-space: nowrap;