diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-20 11:54:51 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-20 11:54:51 +0300 |
commit | 076198da7b6d38a0366824a7dff791d15a6f2d87 (patch) | |
tree | fc72fb0c5ab21e570205ecb049c2cba226e74096 | |
parent | 87194d600002a3df93fa2015c442996c43192cc8 (diff) | |
download | forums-076198da7b6d38a0366824a7dff791d15a6f2d87.tar forums-076198da7b6d38a0366824a7dff791d15a6f2d87.tar.gz forums-076198da7b6d38a0366824a7dff791d15a6f2d87.tar.bz2 forums-076198da7b6d38a0366824a7dff791d15a6f2d87.tar.xz forums-076198da7b6d38a0366824a7dff791d15a6f2d87.zip |
[ticket/11552] Adjustments for responsive post buttons
PHPBB3-11552
-rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index c6bdddd407..e2c0dc9145 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -190,9 +190,9 @@ ul.profile-icons.responsive a.responsive-menu-link:before { .postbody ul.profile-icons.responsive .responsive-popup li span { display: block; text-align: right; - padding: 2px; font-size: 1.2em; - line-height: 1.2em; + line-height: 1.8em; + white-space: nowrap; } .hasjs .postbody ul.profile-icons { |