Browse Source

ux(tweak): minor polish to date picker styling

Torkel Ödegaard 9 years ago
parent
commit
a50178eab1
1 changed files with 3 additions and 2 deletions
  1. 3 2
      public/sass/components/_timepicker.scss

+ 3 - 2
public/sass/components/_timepicker.scss

@@ -65,16 +65,17 @@
 }
 }
 
 
 .gf-timepicker-component {
 .gf-timepicker-component {
-  padding: $spacer/2 0;
+  padding: $spacer/2 0 $spacer 0;
 
 
   td {
   td {
     padding: 1px;
     padding: 1px;
   }
   }
   button.btn-sm {
   button.btn-sm {
     @include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl);
     @include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl);
+    font-size: $font-size-sm;
     background-image: none;
     background-image: none;
     border: none;
     border: none;
-    padding: 5px 9px;
+    padding: 5px 11px;
     color: $text-color;
     color: $text-color;
     &.active span {
     &.active span {
       color: $blue;
       color: $blue;