aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-19 21:01:25 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-19 21:01:25 +0300
commit734131d75053bd27fbe4f3b1292e81c4fc16abe3 (patch)
tree1397fc44cce47f379a8aecb3ec1091007ce0666f /phpBB/styles/prosilver/theme/common.css
parentfbd57b93696394e5c80297c4b166fff5bfc16860 (diff)
downloadforums-734131d75053bd27fbe4f3b1292e81c4fc16abe3.tar
forums-734131d75053bd27fbe4f3b1292e81c4fc16abe3.tar.gz
forums-734131d75053bd27fbe4f3b1292e81c4fc16abe3.tar.bz2
forums-734131d75053bd27fbe4f3b1292e81c4fc16abe3.tar.xz
forums-734131d75053bd27fbe4f3b1292e81c4fc16abe3.zip
[ticket/11552] Responsive member list
Responsive member list and better responsive tables PHPBB3-11552
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css6
1 files changed, 5 insertions, 1 deletions
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%; }