Ticket #19661: 19661.2.diff
File 19661.2.diff, 1.2 KB (added by , 13 years ago) |
---|
-
wp-admin/css/wp-admin.dev.css
2003 2003 height: 30px; 2004 2004 cursor: pointer; 2005 2005 } 2006 .no-js .postbox .handlediv { 2007 display: none; 2008 } 2006 2009 2007 2010 .sortable-placeholder { 2008 2011 border-width: 1px; … … 2036 2039 cursor: auto; 2037 2040 } 2038 2041 2042 .no-js .widget .widget-top, 2043 .no-js .postbox h3, 2044 .no-js .stuffbox h3 { 2045 cursor: default; 2046 } 2047 2039 2048 .postbox .inside, 2040 2049 .stuffbox .inside { 2041 2050 padding: 0 10px; … … 2213 2222 table-layout: fixed; 2214 2223 } 2215 2224 2225 .no-js table.wp-list-table thead .column-cb input[type="checkbox"] { 2226 display: none; 2227 } 2228 2216 2229 .fixed .column-rating, 2217 2230 .fixed .column-visible { 2218 2231 width: 8%; … … 7653 7666 border-top-right-radius: 3px; 7654 7667 border-top-left-radius: 3px; 7655 7668 } 7656 7669 .no-js div.sidebar-name { 7670 cursor: default; 7671 } 7657 7672 .js .closed .sidebar-name { 7658 7673 -webkit-border-bottom-right-radius: 3px; 7659 7674 -webkit-border-bottom-left-radius: 3px; … … 7888 7903 width: 26px; 7889 7904 } 7890 7905 7906 .no-js .sidebar-name-arrow { 7907 display: none; 7908 } 7909 7891 7910 .widget-title .in-widget-title { 7892 7911 font-size: 12px; 7893 7912 white-space: nowrap;