diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-11 11:26:13 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-11 11:26:13 +0100 |
commit | 8eb15de406230ac55c7ccf21900dde004b76f999 (patch) | |
tree | af3290c95688b8d218d6fc1ba20188ec292b0ace | |
parent | 37b19bc5334a85c844afb78119f3fddbb81207aa (diff) | |
download | forums-8eb15de406230ac55c7ccf21900dde004b76f999.tar forums-8eb15de406230ac55c7ccf21900dde004b76f999.tar.gz forums-8eb15de406230ac55c7ccf21900dde004b76f999.tar.bz2 forums-8eb15de406230ac55c7ccf21900dde004b76f999.tar.xz forums-8eb15de406230ac55c7ccf21900dde004b76f999.zip |
[ticket/12168] Move padding-top to ul.linklist li
PHPBB3-12168
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 4e71dc4de4..0c52e12fdc 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -550,7 +550,7 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a { ---------------------------------------- */ .rtl .small-icon { background-position: 100% 50%; - padding: 1px 19px 0 0; + padding: 0 19px 0 0; } .rtl ul.linklist li.small-icon { diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 68d827b974..93c325e416 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -128,7 +128,7 @@ a.sendemail { background-position: 0 50%; background-repeat: no-repeat; background-image: none; - padding: 1px 0 0 17px; + padding: 0 0 0 17px; } ul.linklist li.small-icon { diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index d19b967771..d09cf6d190 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -331,6 +331,7 @@ ul.linklist li { margin-right: 5px; font-size: 1.1em; line-height: 2.2em; + padding-top: 1px; } ul.linklist li.rightside, p.rightside { |