Ticket #47569: 47569-3.diff
| File 47569-3.diff, 2.8 KB (added by , 7 years ago) |
|---|
-
common-rtl.css
26 26 padding-bottom: 65px; 27 27 float: right; 28 28 width: 100%; 29 overflow: visible !important;29 overflow: visible; 30 30 } 31 31 32 32 /* inner 2 column liquid layout */ … … 131 131 padding: 0; 132 132 position: absolute; 133 133 width: 1px; 134 word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */134 word-wrap: normal; /* many screen reader and browser combinations announce broken words as they would appear visually */ 135 135 } 136 136 137 137 .button .screen-reader-text { … … 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-right: 0 !important;1664 margin-right: 0; 1665 1665 } 1666 1666 1667 1667 #screen-meta-links { … … 1732 1732 vertical-align: bottom; 1733 1733 -webkit-font-smoothing: antialiased; 1734 1734 -moz-osx-font-smoothing: grayscale; 1735 text-decoration: none !important;1735 text-decoration: none; 1736 1736 color: #72777c; 1737 1737 } 1738 1738 … … 2107 2107 2108 2108 .postbox .inside > p:last-child, 2109 2109 .rss-widget ul li:last-child { 2110 margin-bottom: 1px !important;2110 margin-bottom: 1px; 2111 2111 } 2112 2112 2113 2113 .postbox.closed h3 { … … 2421 2421 margin: 10px 0; 2422 2422 } 2423 2423 2424 #submitdiv h3 {2425 margin-bottom: 0 !important;2426 }2427 2428 2424 /* - Used - but could/should be deprecated with a CSS reset 2429 2425 ------------------------------------------------------------------------------*/ 2430 2426 .zerosize { … … 3026 3022 speak: none; 3027 3023 -webkit-font-smoothing: antialiased; 3028 3024 -moz-osx-font-smoothing: grayscale; 3029 text-decoration: none !important;3025 text-decoration: none; 3030 3026 } 3031 3027 3032 3028 .js .widgets-holder-wrap.closed .toggle-indicator:before, … … 3349 3345 display: block; 3350 3346 -webkit-font-smoothing: antialiased; 3351 3347 -moz-osx-font-smoothing: grayscale; 3352 text-decoration: none !important;3348 text-decoration: none; 3353 3349 } 3354 3350 3355 3351 .widget-top .widget-action .toggle-indicator:before { … … 3673 3669 background-image: url(../images/spinner-2x.gif); 3674 3670 } 3675 3671 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 3672 } 3690 3673 3691 3674 @-ms-viewport { … … 3741 3724 /* Hidden Elements */ 3742 3725 #collapse-menu, 3743 3726 .post-format-select { 3744 display: none !important;3727 display: none; 3745 3728 } 3746 3729 3747 3730 .wrap h1.wp-heading-inline {