From a50178eab1bc6a60982496157ed1fd6c495f85d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 16 Nov 2016 17:56:42 +0100 Subject: [PATCH] ux(tweak): minor polish to date picker styling --- public/sass/components/_timepicker.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/sass/components/_timepicker.scss b/public/sass/components/_timepicker.scss index 4046e6496b4..a5f311cdb46 100644 --- a/public/sass/components/_timepicker.scss +++ b/public/sass/components/_timepicker.scss @@ -65,16 +65,17 @@ } .gf-timepicker-component { - padding: $spacer/2 0; + padding: $spacer/2 0 $spacer 0; td { padding: 1px; } button.btn-sm { @include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl); + font-size: $font-size-sm; background-image: none; border: none; - padding: 5px 9px; + padding: 5px 11px; color: $text-color; &.active span { color: $blue;