1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 14:31:19 +02:00

[ticket/12155] Fix tabbing and put one selector per line if string is too long

PHPBB3-12155
This commit is contained in:
Cesar G
2014-05-22 22:14:46 -07:00
parent 74afe4acea
commit 7f2c3866ed
2 changed files with 5 additions and 3 deletions

View File

@@ -68,7 +68,8 @@
.reply-icon a:hover span, .pmreply-icon a:hover span { background-position: -20px -20px; }
.post-icon a span, .newpm-icon a span, .reply-all a span { background-position: 0 0; }
.post-icon a:hover span, .newpm-icon a:hover span,
.post-icon a:hover span,
.newpm-icon a:hover span,
.reply-all a:hover span { background-position: 0 -20px; }
.locked-icon a span { background-position: -60px 0; }