1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 13:30:25 +02:00

[ticket/15492] Fix permission role combobox in RTL

Varius fixes to css and js for correct
displaying permission role combbox in RTL mode

PHPBB3-15492
This commit is contained in:
hubaishan
2018-01-11 19:05:19 +03:00
parent f26cf2dc1f
commit 8c89194cc6
4 changed files with 25 additions and 5 deletions

View File

@@ -1331,6 +1331,8 @@ phpbb.toggleDropdown = function() {
$this.css({
marginLeft: 0,
left: 0,
marginRight: 0,
right: 0,
maxWidth: (windowWidth - 4) + 'px'
});