diff options
author | Michael Miday <midaym@gmail.com> | 2015-08-16 16:53:39 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-08-20 02:36:15 +0200 |
commit | 922f631a468f186f6e110beaf8ad5ee26eb35f46 (patch) | |
tree | d6fee565e76596e1323b15aea7ac457239e75e83 /phpBB/styles | |
parent | 4fac568d5e02188a533ca0c38d1b013b3ff48067 (diff) | |
download | forums-922f631a468f186f6e110beaf8ad5ee26eb35f46.tar forums-922f631a468f186f6e110beaf8ad5ee26eb35f46.tar.gz forums-922f631a468f186f6e110beaf8ad5ee26eb35f46.tar.bz2 forums-922f631a468f186f6e110beaf8ad5ee26eb35f46.tar.xz forums-922f631a468f186f6e110beaf8ad5ee26eb35f46.zip |
[ticket/12719] Fix Buttons
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index a816c7f7f2..c62ee832f2 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -4,7 +4,6 @@ .button { cursor: pointer; display: inline-block; - height: 18px; font-size: 1.2em; white-space: nowrap; border: 1px solid transparent; @@ -28,7 +27,6 @@ display: inline-block; float: right; height: 12px; - margin: 3px 0 0 2px; width: 12px; } @@ -55,6 +53,10 @@ float: left; } +.buttons .button:before { + margin: 3px 0 0 2px; +} + .buttons .button, .dropdown-select { margin-right: 5px; } @@ -194,7 +196,7 @@ ul.linklist.bulletin > li.small-icon:before { } .post-buttons .icon-button { - padding: 0 5px; + padding: 5px; } .hastouch .post-buttons .icon-button { |