From 0ee644d0c1218f8c0a627db11c94da6381e1788f Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 30 Sep 2015 08:39:39 +0200 Subject: [PATCH] css: more spacing --- public/css/module.less | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/public/css/module.less b/public/css/module.less index 72ee2a66..5473e4bf 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -160,6 +160,7 @@ table.simple { td { padding: 0.3em 1em; + line-height: 3em; } th.actions, td.actions { @@ -227,7 +228,7 @@ table.simple { width: auto; min-width: 100%; border-collapse: separate; - font-size: 0.857em; + font-size: 1em; border-spacing: 0 1px; caption { @@ -249,8 +250,9 @@ table.simple { th { text-align: left; border-bottom: 1px solid #888; - font-weight: normal; - padding: 0.3em 0.5em; + font-weight: bold; + padding: 0.3em 1em; + font-size: 1.2em; } } @@ -288,10 +290,12 @@ table.simple { text-align: left; margin: 0; padding: 0; + padding: 0.4em 1em; + font-weight: bold; } td { - padding: 0.1em 1em; + padding: 0.4em 1em; margin: 0; white-space: nowrap; }