diff options
author | Michael Miday <hanakin@users.noreply.github.com> | 2016-08-29 15:02:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-29 15:02:26 +0200 |
commit | 7b880af02e980f931e22d2ebffa860b089044d6e (patch) | |
tree | 18a4cfa5df47deb8b13fddab1c555f2451ccea3c /phpBB/styles | |
parent | a2838ad0b1a6ab25cf19da142c70ef875ae620b6 (diff) | |
download | forums-7b880af02e980f931e22d2ebffa860b089044d6e.tar forums-7b880af02e980f931e22d2ebffa860b089044d6e.tar.gz forums-7b880af02e980f931e22d2ebffa860b089044d6e.tar.bz2 forums-7b880af02e980f931e22d2ebffa860b089044d6e.tar.xz forums-7b880af02e980f931e22d2ebffa860b089044d6e.zip |
[ticket/14588] fix header search rtl
https://tracker.phpbb.com/browse/PHPBB3-14588#add-comment
PHPBB3-14588
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index a6d4bef6f4..f09493ab3b 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -922,6 +922,7 @@ li.breadcrumbs span:first-child > a { .rtl .search-header .button-search-end { border: 0; + border-radius: 4px 0 0 4px; } .rtl .search-header { |