From 770ab13cb082b8f7102b9205e1aa5e1bad0a6cc5 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 25 Apr 2014 11:26:49 -0700 Subject: [ticket/12332] Fix displaying attachments with long file names PHPBB3-12332 --- phpBB/adm/style/acp_logs.html | 10 +++++----- phpBB/adm/style/admin.css | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'phpBB/adm/style') diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html index 9343b9b509..b3b5fe3394 100644 --- a/phpBB/adm/style/acp_logs.html +++ b/phpBB/adm/style/acp_logs.html @@ -22,15 +22,15 @@

- +
- - - + + + - + diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 6f2d65afc0..7f15c162a5 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -911,6 +911,11 @@ table.styles td.users, table td.mark { text-align: center; } +table.fixed-width-table { + table-layout: fixed; + width: 100%; +} + @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) { table.responsive, table.responsive tbody, table.responsive tr, table.responsive td { -- cgit v1.2.1 From 3bebbc05ee2e762e8ec598e898e7930a55621fb7 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 26 Apr 2014 09:14:15 -0700 Subject: [ticket/12332] Remove width sizing, as it is already set PHPBB3-12332 --- phpBB/adm/style/admin.css | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/adm/style') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 7f15c162a5..18a2084b36 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -913,7 +913,6 @@ table.styles td.users, table td.mark { table.fixed-width-table { table-layout: fixed; - width: 100%; } @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) -- cgit v1.2.1 From f5262eb92885e76eb6ebd09265882426f4b11b31 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 26 Apr 2014 09:15:22 -0700 Subject: [ticket/12332] Accomplish all word creaking in template and CSS PHPBB3-12332 --- phpBB/adm/style/acp_attachments.html | 22 +++++++++++----------- phpBB/adm/style/acp_users.html | 10 +++++----- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'phpBB/adm/style') diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index 5d35666fdd..fd071588e6 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -331,15 +331,15 @@
{L_TITLE} -
{L_USERNAME}{L_IP}{L_TIME}{L_USERNAME}{L_IP}{L_TIME} {L_ACTION} {L_MARK}{L_MARK}
+
- - - - - - + + + + + + @@ -390,13 +390,13 @@ -
{L_FILENAME}{L_FILEDATE}{L_FILESIZE}{L_ATTACH_POST_ID}{L_ATTACH_TO_POST}{L_DELETE}{L_FILENAME}{L_FILEDATE}{L_FILESIZE}{L_ATTACH_POST_ID}{L_ATTACH_TO_POST}{L_DELETE}
+
- - - + + + diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html index b84e32013f..d1be177cfa 100644 --- a/phpBB/adm/style/acp_users.html +++ b/phpBB/adm/style/acp_users.html @@ -164,14 +164,14 @@ -
{L_FILENAME}{L_POSTED}{L_FILESIZE}{L_MARK}{L_POSTED}{L_FILESIZE}{L_MARK}
+
- - - - + + + + -- cgit v1.2.1 From 2b9b6412b86aa0f0f38d07256bf54413498986bf Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 26 Apr 2014 09:16:03 -0700 Subject: [ticket/12332] Add break-word to fixed width table CSS This ensures long words break and remain within the table cell PHPBB3-12332 --- phpBB/adm/style/admin.css | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/adm/style') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 18a2084b36..60a5cd9472 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -913,6 +913,7 @@ table.styles td.users, table td.mark { table.fixed-width-table { table-layout: fixed; + word-break: break-word; } @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) -- cgit v1.2.1 From 76843f4a3a7d30502bbc50a74f112d45c8a9e0a7 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 26 Apr 2014 09:25:59 -0700 Subject: [ticket/12332] Adjust column widths for responsive changes PHPBB3-12332 --- phpBB/adm/style/acp_attachments.html | 6 +++--- phpBB/adm/style/acp_users.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'phpBB/adm/style') diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index fd071588e6..61a81ff7d7 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -334,10 +334,10 @@
{L_FILENAME}{L_POST_TIME}{L_FILESIZE}{L_DOWNLOADS}{L_MARK}{L_POST_TIME}{L_FILESIZE}{L_DOWNLOADS}{L_MARK}
- + - + @@ -348,7 +348,7 @@ - + diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html index d1be177cfa..0522d17c37 100644 --- a/phpBB/adm/style/acp_users.html +++ b/phpBB/adm/style/acp_users.html @@ -168,9 +168,9 @@ - + - + -- cgit v1.2.1 From 7d5672f6c514eac03b4b72517933b15497a3d333 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 26 Apr 2014 09:50:45 -0700 Subject: [ticket/12332] Adjust size of mark column where too wide PHPBB3-12332 --- phpBB/adm/style/acp_logs.html | 2 +- phpBB/adm/style/acp_users.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/adm/style') diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html index b3b5fe3394..ec2065f906 100644 --- a/phpBB/adm/style/acp_logs.html +++ b/phpBB/adm/style/acp_logs.html @@ -30,7 +30,7 @@ - + diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html index 0522d17c37..25064c6f3a 100644 --- a/phpBB/adm/style/acp_users.html +++ b/phpBB/adm/style/acp_users.html @@ -169,9 +169,9 @@ - + - + -- cgit v1.2.1 From 0e0eca2d2e82cba0fc04562a6d3f227c0fdec031 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 1 May 2014 20:04:27 -0700 Subject: [ticket/12332] Add missing semicolon to inline styling PHPBB3-12332 --- phpBB/adm/style/acp_attachments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style') diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index 61a81ff7d7..0e3b5ff3b2 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -337,7 +337,7 @@ - + -- cgit v1.2.1
{L_FILENAME}{L_FILENAME} {L_FILEDATE} {L_FILESIZE}{L_ATTACH_POST_ID}{L_ATTACH_POST_ID} {L_ATTACH_TO_POST} {L_DELETE}
{orphan.REAL_FILENAME} {orphan.FILETIME} {orphan.FILESIZE}{L_ATTACH_ID}{L_COLON} {L_ATTACH_ID}{L_COLON}
{L_FILENAME}{L_POST_TIME}{L_POST_TIME} {L_FILESIZE}{L_DOWNLOADS}{L_DOWNLOADS} {L_MARK}
{L_TIME} {L_ACTION} {L_MARK}{L_MARK}
{L_FILENAME} {L_POST_TIME}{L_FILESIZE}{L_FILESIZE} {L_DOWNLOADS}{L_MARK}{L_MARK}
{L_FILENAME} {L_FILEDATE} {L_FILESIZE}{L_ATTACH_POST_ID}{L_ATTACH_POST_ID} {L_ATTACH_TO_POST} {L_DELETE}