diff options
| author | Michael Miday <midaym@gmail.com> | 2015-09-16 06:54:58 +0200 |
|---|---|---|
| committer | Michael Miday <midaym@gmail.com> | 2015-09-17 18:37:29 +0200 |
| commit | 2523ec82776dc2afcfac79c159bbeb9a2fc87b0e (patch) | |
| tree | 86797f4bfbb651705221d0c8bf194f5772e26d2a /phpBB/styles/prosilver/template/ucp_pm_message_header.html | |
| parent | 171424f89ca7040fff12f563717cd45965b49fc2 (diff) | |
| download | forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar.gz forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar.bz2 forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar.xz forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.zip | |
[ticket/12769] Refacto action bar
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_message_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_message_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_message_header.html b/phpBB/styles/prosilver/template/ucp_pm_message_header.html index c0d3bc5365..f629c3d5f1 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_message_header.html +++ b/phpBB/styles/prosilver/template/ucp_pm_message_header.html @@ -6,7 +6,7 @@ <div class="inner"> <!-- IF FOLDER_STATUS and FOLDER_MAX_MESSAGES neq 0 --><p>{FOLDER_STATUS}</p><!-- ENDIF --> - <div class="action-bar top"> + <div class="action-bar bar-top"> <!-- IF U_POST_REPLY_PM or U_POST_NEW_TOPIC or U_FORWARD_PM --> <!-- IF U_POST_REPLY_PM --> <a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}" class="button"> |
