aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-16 17:22:55 +0200
committerMichael Miday <midaym@gmail.com>2015-09-17 18:37:30 +0200
commit353fce9625d1e1e8dffa17794ed23212d587d9b4 (patch)
tree74679e6b93c6ba15f7c1f8156b964301d27b83e8 /phpBB
parent91c4e8c5fbe092a7b4d08be610ac50830a149a27 (diff)
downloadforums-353fce9625d1e1e8dffa17794ed23212d587d9b4.tar
forums-353fce9625d1e1e8dffa17794ed23212d587d9b4.tar.gz
forums-353fce9625d1e1e8dffa17794ed23212d587d9b4.tar.bz2
forums-353fce9625d1e1e8dffa17794ed23212d587d9b4.tar.xz
forums-353fce9625d1e1e8dffa17794ed23212d587d9b4.zip
[ticket/12769] Misc table fix
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/common.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index f41627e24f..1be762475b 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -623,6 +623,10 @@ table.table1 {
width: 100%;
}
+.ucp-main table.table1 {
+ padding: 2px;
+}
+
table.table1 thead th {
font-weight: normal;
text-transform: uppercase;