From 609c4efff6060d7f54679ee5b975fe59066baaed Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sat, 15 Feb 2014 23:48:13 -0800 Subject: [PATCH] [ticket/12201] Center the file size and mark columns. PHPBB3-12201 --- phpBB/adm/style/acp_attachments.html | 8 ++++---- phpBB/adm/style/admin.css | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index f012298e29..1887a8e14e 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -394,8 +394,8 @@ {L_FILENAME} {L_POSTED} - {L_FILESIZE} - {L_DELETE} + {L_FILESIZE} + {L_MARK} @@ -406,8 +406,8 @@ {attachments.REAL_FILENAME}
{attachments.COMMENT}
{attachments.L_DOWNLOAD_COUNT}
{L_TOPIC}{L_COLON} {attachments.TOPIC_TITLE} {attachments.FILETIME}
{L_POST_BY_AUTHOR} {attachments.ATTACHMENT_POSTER} - {attachments.FILESIZE} - + {attachments.FILESIZE} + diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index cdb02e1d53..e93a09ff21 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -102,6 +102,10 @@ hr { height: 1px; } +.centered-text { + text-align: center; +} + .small { font-size: 0.85em; }