From 18258dacc2183b2da043e8f70a86a5cbcdfb711d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 18 Dec 2015 16:25:50 -0500 Subject: [PATCH] reduced height of view icons --- css/app.css | 2 +- scss/_body.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 3a871f5..cce34d6 100644 --- a/css/app.css +++ b/css/app.css @@ -6813,7 +6813,7 @@ body .shadow-wrapper { padding-top: 5px; } #viewBtns { - height: 38px; + height: 42px; width: 245px; border-bottom: 1px solid lightgrey; } diff --git a/scss/_body.scss b/scss/_body.scss index efcbe62..22978b3 100644 --- a/scss/_body.scss +++ b/scss/_body.scss @@ -103,7 +103,7 @@ body { padding-top: 5px; } #viewBtns{ - height: 38px; + height: 42px; width: 245px; border-bottom: 1px solid lightgrey; } \ No newline at end of file -- 2.17.1