aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-25 13:28:54 +0200
committerPayBas <contact@paybas.com>2014-06-25 14:19:09 +0200
commit367c6aafca71c49f8a0d15e03096d3117860dc4e (patch)
tree8391f2fb1dd709788a166886bbb6ebaa2adee3ef /phpBB/styles/prosilver/theme
parent665742945f37a11a84ff3dc7190607a048fee485 (diff)
downloadforums-367c6aafca71c49f8a0d15e03096d3117860dc4e.tar
forums-367c6aafca71c49f8a0d15e03096d3117860dc4e.tar.gz
forums-367c6aafca71c49f8a0d15e03096d3117860dc4e.tar.bz2
forums-367c6aafca71c49f8a0d15e03096d3117860dc4e.tar.xz
forums-367c6aafca71c49f8a0d15e03096d3117860dc4e.zip
[ticket/12662] Fix notifications dropdown positioning for RTL
PHPBB3-12662
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/common.css2
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 1d8bd6f3df..c94bd7d017 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -1147,9 +1147,9 @@ form > p.post-notice strong {
.dropdown-extended .dropdown-contents {
max-height: none;
- max-width: 340px !important;
padding: 0;
position: absolute;
+ width: 340px;
}
.dropdown-extended .header {
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index d921da62fb..82c23d8770 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -191,7 +191,7 @@ ul.topiclist li.row dt a.subforum {
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)
{
.dropdown-extended .dropdown-contents {
- max-width: 300px !important;
+ width: auto;
}
}