diff options
| author | Michael Miday <midaym@gmail.com> | 2015-08-16 16:08:30 +0200 |
|---|---|---|
| committer | Michael Miday <midaym@gmail.com> | 2015-09-06 09:13:35 +0200 |
| commit | a21ed712bc1c0529933505df00370ae49d74a745 (patch) | |
| tree | beba138cbdc07827af9d9a0c568a31a59ddcb5f8 /phpBB | |
| parent | c2a510845228ba7b76d3d4473ee4fd04dcb54780 (diff) | |
| download | forums-a21ed712bc1c0529933505df00370ae49d74a745.tar forums-a21ed712bc1c0529933505df00370ae49d74a745.tar.gz forums-a21ed712bc1c0529933505df00370ae49d74a745.tar.bz2 forums-a21ed712bc1c0529933505df00370ae49d74a745.tar.xz forums-a21ed712bc1c0529933505df00370ae49d74a745.zip | |
[ticket/14107] Fix dropdown rtl states
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index f3468ebcf2..c3f2888d97 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -88,7 +88,7 @@ /* Dropdown menu ---------------------------------------- */ -.rtl .dropdown-container.topic-tools { +.rtl .dropdown-container.topic-tools, .rtl .dropdown-container-left { float: right; } @@ -114,13 +114,9 @@ text-align: right; } -.rtl .dropdown-extended .header .header_settings { +.rtl .dropdown-extended .header .header_settings, .rtl .dropdown-container-right { float: left; -} - -/* Notifications -----------------------------------------*/ -.rtl .notification_list ul li img { +}rtl .notification_list ul li img { float: right; margin-left: 5px; margin-right: 0; |
