diff options
author | cyberalien <cyberalien@gmail.com> | 2015-03-03 16:47:30 +0200 |
---|---|---|
committer | cyberalien <cyberalien@gmail.com> | 2015-03-03 16:47:30 +0200 |
commit | 5d8bea906005723112283de80fa4840f6ec9414e (patch) | |
tree | 06efcbcd1d3262c96285a69b3e39f921cdf17f2b /phpBB/styles/prosilver/theme | |
parent | 18de60c0e099c2af41d853cfeb5799a09e0da630 (diff) | |
download | forums-5d8bea906005723112283de80fa4840f6ec9414e.tar forums-5d8bea906005723112283de80fa4840f6ec9414e.tar.gz forums-5d8bea906005723112283de80fa4840f6ec9414e.tar.bz2 forums-5d8bea906005723112283de80fa4840f6ec9414e.tar.xz forums-5d8bea906005723112283de80fa4840f6ec9414e.zip |
[ticket/13667] Fix buttons alignment in Chrome for Windows
PHPBB3-13667
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index d600e76b44..aecac4defd 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -8,6 +8,7 @@ cursor: pointer; display: inline-block; height: 18px; + line-height: 18px; font-size: 13px; white-space: nowrap; border: 1px solid transparent; |