Ticket #47569: 47569-2.diff
| File 47569-2.diff, 2.2 KB (added by , 7 years ago) |
|---|
-
common.css
26 26 padding-bottom: 65px; 27 27 float: left; 28 28 width: 100%; 29 overflow: visible !important;29 overflow: visible; 30 30 } 31 31 32 32 /* inner 2 column liquid layout */ … … 1281 1281 .filters-applied .filter-group, 1282 1282 .filters-applied .filter-drawer .buttons, 1283 1283 .filters-applied .filter-drawer br { 1284 display: none !important;1284 display: none; 1285 1285 } 1286 1286 1287 1287 .filters-applied .filtered-by { … … 1661 1661 1662 1662 #contextual-help-wrap { 1663 1663 overflow: auto; 1664 margin-left: 0 !important;1665 1664 } 1666 1665 1667 1666 #screen-meta-links { … … 1732 1731 vertical-align: bottom; 1733 1732 -webkit-font-smoothing: antialiased; 1734 1733 -moz-osx-font-smoothing: grayscale; 1735 text-decoration: none !important;1734 text-decoration: none; 1736 1735 color: #72777c; 1737 1736 } 1738 1737 … … 2107 2106 2108 2107 .postbox .inside > p:last-child, 2109 2108 .rss-widget ul li:last-child { 2110 margin-bottom: 1px !important;2109 margin-bottom: 1px; 2111 2110 } 2112 2111 2113 2112 .postbox.closed h3 { … … 2421 2420 margin: 10px 0; 2422 2421 } 2423 2422 2424 #submitdiv h3 {2425 margin-bottom: 0 !important;2426 }2427 2428 2423 /* - Used - but could/should be deprecated with a CSS reset 2429 2424 ------------------------------------------------------------------------------*/ 2430 2425 .zerosize { … … 3026 3021 speak: none; 3027 3022 -webkit-font-smoothing: antialiased; 3028 3023 -moz-osx-font-smoothing: grayscale; 3029 text-decoration: none !important;3024 text-decoration: none; 3030 3025 } 3031 3026 3032 3027 .js .widgets-holder-wrap.closed .toggle-indicator:before, … … 3349 3344 display: block; 3350 3345 -webkit-font-smoothing: antialiased; 3351 3346 -moz-osx-font-smoothing: grayscale; 3352 text-decoration: none !important;3347 text-decoration: none; 3353 3348 } 3354 3349 3355 3350 .widget-top .widget-action .toggle-indicator:before { … … 3673 3668 background-image: url(../images/spinner-2x.gif); 3674 3669 } 3675 3670 3676 /* @todo: evaluate - most of these were likely replaced by dashicons */3677 .curtime #timestamp,3678 #screen-meta-links a.show-settings,3679 .widget-top .widget-action,3680 .widget-top .widget-action:hover,3681 .sidebar-name .toggle-indicator,3682 .sidebar-name:hover .toggle-indicator,3683 .meta-box-sortables .postbox:hover .handlediv,3684 #bulk-titles div a,3685 #bulk-titles div a:hover {3686 background: none !important;3687 }3688 3689 3671 } 3690 3672 3691 3673 @-ms-viewport {