Skip to content

Commit

Permalink
[ticket/10453] Fixing spacing
Browse files Browse the repository at this point in the history
Fixing spacing

PHPBB3-10453
  • Loading branch information
cyberalien committed Feb 26, 2012
1 parent 20d3d27 commit d3d8793
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion phpBB/styles/prosilver/template/ucp_pm_message_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2>{L_TITLE}<!-- IF CUR_FOLDER_NAME -->: {CUR_FOLDER_NAME}<!-- ENDIF --></h2>
<!-- IF U_POST_REPLY_PM --><div class="pmreply-icon"><a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}"><span></span>{L_POST_REPLY_PM}</a></div>
<!-- ELSEIF U_POST_NEW_TOPIC --><div class="newpm-icon"><a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}"><span></span>{L_UCP_PM_COMPOSE}</a></div><!-- ENDIF -->
<!-- IF U_FORWARD_PM --><div class="forwardpm-icon"><a title="{L_POST_FORWARD_PM}" href="{U_FORWARD_PM}"><span></span>{L_FORWARD_PM}</a></div><!-- ENDIF -->
<!-- IF U_POST_REPLY_PM and S_PM_RECIPIENTS gt 1 --><div class="reply-all"><a class="left" title="{L_REPLY_TO_ALL}" href="{U_POST_REPLY_ALL}">{L_REPLY_TO_ALL}</a></div><!-- ENDIF -->
<!-- IF U_POST_REPLY_PM and S_PM_RECIPIENTS gt 1 --><div class="reply-all"><a class="left" title="{L_REPLY_TO_ALL}" href="{U_POST_REPLY_ALL}">{L_REPLY_TO_ALL}</a></div><!-- ENDIF -->
</div>
<!-- ENDIF -->

Expand Down
2 changes: 1 addition & 1 deletion phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- INCLUDE ucp_pm_message_header.html -->

<span class="corners-bottom"><span></span></span></div>
<span class="corners-bottom"><span></span></span></div>
</div>


Expand Down
2 changes: 1 addition & 1 deletion phpBB/styles/prosilver/theme/cp.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ dl.mini dd {
}

.reply-all {
font-size: 11px;
font-size: 11px;
padding-top: 5px;
}

Expand Down

0 comments on commit d3d8793

Please sign in to comment.