Ticket #19661: 19661.diff
File 19661.diff, 1.1 KB (added by , 13 years ago) |
---|
-
wp-admin/css/wp-admin.dev.css
2092 2092 height: 30px; 2093 2093 cursor: pointer; 2094 2094 } 2095 .no-js .postbox .handlediv { 2096 display: none; 2097 } 2095 2098 2096 2099 .sortable-placeholder { 2097 2100 border-width: 1px; … … 2121 2124 user-select: none; 2122 2125 } 2123 2126 2127 .no-js .widget .widget-top, 2128 .no-js .postbox h3, 2129 .no-js .stuffbox h3 { 2130 cursor: default; 2131 } 2132 2124 2133 .postbox .inside, 2125 2134 .stuffbox .inside { 2126 2135 padding: 0 10px; … … 2298 2307 table-layout: fixed; 2299 2308 } 2300 2309 2310 .no-js .column-cb input[type="checkbox"] { 2311 display: none; 2312 } 2313 2301 2314 .fixed .column-rating, 2302 2315 .fixed .column-visible { 2303 2316 width: 8%; … … 7463 7476 border-top-right-radius: 3px; 7464 7477 border-top-left-radius: 3px; 7465 7478 } 7466 7479 .no-js div.sidebar-name { 7480 cursor: default; 7481 } 7467 7482 .js .closed .sidebar-name { 7468 7483 -webkit-border-bottom-right-radius: 3px; 7469 7484 -webkit-border-bottom-left-radius: 3px; … … 7698 7713 width: 26px; 7699 7714 } 7700 7715 7716 .no-js .sidebar-name-arrow { 7717 display: none; 7718 } 7719 7701 7720 .widget-title .in-widget-title { 7702 7721 font-size: 12px; 7703 7722 white-space: nowrap;