aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2012-04-01 22:16:53 +0300
committerVjacheslav Trushkin <arty@phpbb.com>2012-04-01 22:16:53 +0300
commit24cd3a21a0e8d3e9f7b45acf9194bd70bf595425 (patch)
treeefee2b03bb842d2857d122d9ebc31292573f0380
parentbf0a3ddacafa434f2f33a28124e095e959e164b6 (diff)
downloadforums-24cd3a21a0e8d3e9f7b45acf9194bd70bf595425.tar
forums-24cd3a21a0e8d3e9f7b45acf9194bd70bf595425.tar.gz
forums-24cd3a21a0e8d3e9f7b45acf9194bd70bf595425.tar.bz2
forums-24cd3a21a0e8d3e9f7b45acf9194bd70bf595425.tar.xz
forums-24cd3a21a0e8d3e9f7b45acf9194bd70bf595425.zip
[ticket/10742] Fixing table widths
Fixing table widths for members list, team page, online users list PHPBB3-10742
-rw-r--r--phpBB/styles/prosilver/theme/common.css2
-rw-r--r--phpBB/styles/prosilver/theme/tweaks.css4
2 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 77e2b8c0c6..14bbdc79a9 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -385,7 +385,7 @@ ul.rightside {
/* Table styles
----------------------------------------*/
table.table1 {
- /* See tweaks.css */
+ width: 100%;
}
#ucp-main table.table1 {
diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css
index 416c4a5510..b32faaf501 100644
--- a/phpBB/styles/prosilver/theme/tweaks.css
+++ b/phpBB/styles/prosilver/theme/tweaks.css
@@ -4,10 +4,6 @@ These style definitions are IE 7 and 8 specific
tweaks required due to its poor CSS support.
-------------------------------------------------*/
-table.table1 {
- width: 100%;
-}
-
/* Align checkboxes/radio buttons nicely */
dd label input {
vertical-align: text-bottom;