diff options
| author | PayBas <contact@paybas.com> | 2014-07-22 10:27:24 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-08-07 17:13:18 +0200 |
| commit | 09e45fee8922ee23f4c7713fbda5a7932949b585 (patch) | |
| tree | eda9f7668fdd31487398f2ea3f16f63ba35219dd | |
| parent | 64dfb3fba91623eebfbf41a2164f7521f9ca2ee3 (diff) | |
| download | forums-09e45fee8922ee23f4c7713fbda5a7932949b585.tar forums-09e45fee8922ee23f4c7713fbda5a7932949b585.tar.gz forums-09e45fee8922ee23f4c7713fbda5a7932949b585.tar.bz2 forums-09e45fee8922ee23f4c7713fbda5a7932949b585.tar.xz forums-09e45fee8922ee23f4c7713fbda5a7932949b585.zip | |
[ticket/12506] Reposition buttons to make room for "online" banner
PHPBB3-12506
| -rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/responsive.css | 10 |
2 files changed, 4 insertions, 8 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 489ddee82c..aff9f02680 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -1095,6 +1095,6 @@ li.breadcrumbs span:first-child > a { } .rtl .has-profile .post-buttons { - left: 10px; + left: 20px; } } diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 45514488f2..51b67dd398 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -447,16 +447,12 @@ fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent { } .has-profile .post-buttons { - right: 10px; + right: 20px; top: 15px; } -@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx) -{ - /* Scale online image for HD displays */ - .online { - background-size: 40px; - } +.online { + background-size: 40px; } /* Misc stuff |
