diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-08-31 19:04:13 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-08-31 19:04:13 +0200 |
commit | 2c6543cb6e066adce2fc9e2273fa2efea1e29b53 (patch) | |
tree | 18a4cfa5df47deb8b13fddab1c555f2451ccea3c | |
parent | a2838ad0b1a6ab25cf19da142c70ef875ae620b6 (diff) | |
parent | 7b880af02e980f931e22d2ebffa860b089044d6e (diff) | |
download | forums-2c6543cb6e066adce2fc9e2273fa2efea1e29b53.tar forums-2c6543cb6e066adce2fc9e2273fa2efea1e29b53.tar.gz forums-2c6543cb6e066adce2fc9e2273fa2efea1e29b53.tar.bz2 forums-2c6543cb6e066adce2fc9e2273fa2efea1e29b53.tar.xz forums-2c6543cb6e066adce2fc9e2273fa2efea1e29b53.zip |
Merge pull request #4427 from hanakin/patch-2
[ticket/14588] fix header search rtl
* hanakin/patch-2:
[ticket/14588] fix header search rtl
-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 { |