Make WordPress Core

Ticket #19661: 19661.diff

File 19661.diff, 1.1 KB (added by trepmal, 13 years ago)
  • wp-admin/css/wp-admin.dev.css

     
    20922092        height: 30px;
    20932093        cursor: pointer;
    20942094}
     2095.no-js .postbox .handlediv {
     2096        display: none;
     2097}
    20952098
    20962099.sortable-placeholder {
    20972100        border-width: 1px;
     
    21212124        user-select: none;
    21222125}
    21232126
     2127.no-js .widget .widget-top,
     2128.no-js .postbox h3,
     2129.no-js .stuffbox h3 {
     2130        cursor: default;
     2131}
     2132
    21242133.postbox .inside,
    21252134.stuffbox .inside {
    21262135        padding: 0 10px;
     
    22982307        table-layout: fixed;
    22992308}
    23002309
     2310.no-js .column-cb input[type="checkbox"] {
     2311        display: none;
     2312}
     2313
    23012314.fixed .column-rating,
    23022315.fixed .column-visible {
    23032316        width: 8%;
     
    74637476        border-top-right-radius: 3px;
    74647477        border-top-left-radius: 3px;
    74657478}
    7466 
     7479.no-js div.sidebar-name {
     7480        cursor: default;
     7481}
    74677482.js .closed .sidebar-name {
    74687483        -webkit-border-bottom-right-radius: 3px;
    74697484        -webkit-border-bottom-left-radius: 3px;
     
    76987713        width: 26px;
    76997714}
    77007715
     7716.no-js .sidebar-name-arrow {
     7717        display: none;
     7718}
     7719
    77017720.widget-title .in-widget-title {
    77027721        font-size: 12px;
    77037722        white-space: nowrap;