datepicker UI fixes + small landing page UI fix

This commit is contained in:
Drewster727 2016-06-08 11:00:33 -05:00
commit 7e92705633
7 changed files with 42 additions and 5 deletions

View file

@ -354,11 +354,24 @@ $border-radius: 10px;
text-align: center;
line-height: 13px; }
.input-group-sm{
.input-group-sm{form
padding-top: 2px;
padding-bottom: 2px;
}
.tab-pane .form-horizontal .form-group {
margin-right: 15px;
margin-left: 15px; }
margin-left: 15px; }
.bootstrap-datetimepicker-widget.dropdown-menu {
background-color: $form-color;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
border-bottom: 6px solid $form-color $i;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
color: #fff !important;
}