From 353fce9625d1e1e8dffa17794ed23212d587d9b4 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Wed, 16 Sep 2015 17:22:55 +0200 Subject: [PATCH] [ticket/12769] Misc table fix --- phpBB/styles/prosilver/theme/common.css | 4 ++++ 1 file changed, 4 insertions(+) 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;