diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-29 19:13:26 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-06-14 09:54:16 -0700 |
commit | 0f4c947a03aa52e069aa82564e6323f05b71ad3c (patch) | |
tree | 1eb6f31720c819eabcfa33cbd5ea82565917bc5f | |
parent | edd9c0e06405a08efb1e2153b21f71beb1ea4294 (diff) | |
download | forums-0f4c947a03aa52e069aa82564e6323f05b71ad3c.tar forums-0f4c947a03aa52e069aa82564e6323f05b71ad3c.tar.gz forums-0f4c947a03aa52e069aa82564e6323f05b71ad3c.tar.bz2 forums-0f4c947a03aa52e069aa82564e6323f05b71ad3c.tar.xz forums-0f4c947a03aa52e069aa82564e6323f05b71ad3c.zip |
[ticket/12553] Center the responsive CP menus instead of floating right.
PHPBB3-12553
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index cad84b765c..7bf0cca037 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -723,6 +723,15 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a { float: right; } +/* Responsive *CP navigation +----------------------------------------*/ +@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) +{ + .rtl #cp-menu, .rtl #navigation, .rtl #cp-main { + float: none; + } +} + /** * forms.css */ |