[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

@ -17,8 +17,9 @@
<!-- ELSEIF U_POST_NEW_TOPIC -->
<div class="newpm-icon">
<a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}" class="button icon-button">
<span></span>{L_BUTTON_PM_NEW}</a>
</div>
<span></span>{L_BUTTON_PM_NEW}
</a>
</div>
<!-- ENDIF -->
<!-- IF U_FORWARD_PM -->
<div class="forwardpm-icon">

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; }