diff options
author | hanakin <midaym@gmail.com> | 2014-09-18 22:45:24 +0200 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2014-09-18 22:45:24 +0200 |
commit | 88f645eeda026080d4f4960664203b17b21ec22c (patch) | |
tree | 19b1d5f41ea481a72ae97da87485154c30f5ab03 /phpBB | |
parent | 2ca001edcfc1a7d400f0b30d1778ea27f98db7b7 (diff) | |
download | forums-88f645eeda026080d4f4960664203b17b21ec22c.tar forums-88f645eeda026080d4f4960664203b17b21ec22c.tar.gz forums-88f645eeda026080d4f4960664203b17b21ec22c.tar.bz2 forums-88f645eeda026080d4f4960664203b17b21ec22c.tar.xz forums-88f645eeda026080d4f4960664203b17b21ec22c.zip |
[ticket/12598] Fix rtl positon in header
PHPBB3-12598
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index bb44a08e6b..7e108cc737 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -25,14 +25,8 @@ padding: 10px 10px 0 13px; } -/* Search box +/* Sir Description --------------------------------------------- */ -.rtl .search-header { - float: left; - margin-right: 0; - margin-left: 5px; -} - .rtl #site-description { float: right; } @@ -942,7 +936,7 @@ li.breadcrumbs span:first-child > a { float: left; } -/* Form button styles +/* Search box ---------------------------------------- */ /* Topic and forum Search */ @@ -970,6 +964,12 @@ li.breadcrumbs span:first-child > a { padding-right: 3px; } +.rtl .search-header { + float: left; + margin-right: 0; + margin-left: 5px; +} + .rtl input.search { background-position: right 1px; padding-right: 17px; @@ -980,6 +980,10 @@ li.breadcrumbs span:first-child > a { * tweaks.css */ + +/* Form button styles +---------------------------------------- */ + /** Reference: Bug #27155 */ .rtl #wrap, .rtl .headerbar, .rtl #site-description, .rtl .navbar { position: relative; |