Ticket #25592: 25592.4.diff
File 25592.4.diff, 923 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentyfourteen/rtl.css
98 98 } 99 99 100 100 .search-toggle .screen-reader-text { 101 right: auto;102 left: 0;101 right: 0; /* Avoid a horizontal scrollbar when the site has a long menu */ 102 left: auto; 103 103 } 104 104 105 105 -
wp-content/themes/twentyfourteen/style.css
878 878 margin-top: 14px; 879 879 } 880 880 881 .search-toggle .screen-reader-text { 882 left: 0; /* Avoid a horizontal scrollbar when the site has a long menu */ 883 } 884 881 885 .search-box-wrapper { 882 886 -webkit-box-sizing: border-box; 883 887 -moz-box-sizing: border-box;