mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
[ticket/12155] Fix tabbing and put one selector per line if string is too long
PHPBB3-12155
This commit is contained in:
parent
74afe4acea
commit
7f2c3866ed
2 changed files with 5 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue