From 734131d75053bd27fbe4f3b1292e81c4fc16abe3 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 19 Oct 2013 21:01:25 +0300 Subject: [ticket/11552] Responsive member list Responsive member list and better responsive tables PHPBB3-11552 --- phpBB/styles/prosilver/theme/common.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/theme/common.css') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 1b4c41afd0..c38a982d2f 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -435,6 +435,10 @@ ul.responsive-popup li { text-align: left; } +.wrap ul.responsive-popup li { + white-space: normal; +} + ul.responsive-popup li:before, ul.responsive-popup li:after { display: none !important; } @@ -502,7 +506,7 @@ table.table1 tbody th { /* Specific column styles */ table.table1 .name { text-align: left; } -table.table1 .posts { text-align: center !important; width: 7%; } +table.table1 .posts { text-align: center; width: 7%; } table.table1 .joined { text-align: left; width: 15%; } table.table1 .active { text-align: left; width: 15%; } table.table1 .mark { text-align: center; width: 7%; } -- cgit v1.2.1