diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-20 13:26:04 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-20 13:26:04 +0000 |
commit | 1afa921cb6eaae219d82e0ba69b284ca0d66f0db (patch) | |
tree | c00c2439c542962340fee5495566a8e9d0411837 /phpBB/styles | |
parent | 0f162568f241753ff3ec5a15c3ec9d3028c10f23 (diff) | |
download | forums-1afa921cb6eaae219d82e0ba69b284ca0d66f0db.tar forums-1afa921cb6eaae219d82e0ba69b284ca0d66f0db.tar.gz forums-1afa921cb6eaae219d82e0ba69b284ca0d66f0db.tar.bz2 forums-1afa921cb6eaae219d82e0ba69b284ca0d66f0db.tar.xz forums-1afa921cb6eaae219d82e0ba69b284ca0d66f0db.zip |
#36005 - patch by raimon - wrap on group display for info column
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9401 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index c3fa42115f..3a26ceac06 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -397,7 +397,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%; } table.table1 .info { text-align: left; width: 30%; } -table.table1 .info div { width: 100%; white-space: nowrap; overflow: hidden; } +table.table1 .info div { width: 100%; white-space: normal; overflow: hidden; } table.table1 .autocol { line-height: 2em; white-space: nowrap; } table.table1 thead .autocol { padding-left: 1em; } |