From 2c93dcec38b3944332de00428d637be3d0cbb137 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 2 Oct 2014 17:35:56 -0300 Subject: Increasing spacing on the mail list - bigger height, bigger padding --- web-ui/app/scss/styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web-ui/app/scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 8f643b34..45db96f4 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -73,9 +73,9 @@ ul#mail-list { clear: both; li { - height: 50px; + height: 75px; position: relative; - padding: 2px 5px; + padding: 12px 10px; background: lighten($contrast, 2%); border-bottom: 1px solid white; cursor: pointer; -- cgit v1.2.3