From 1ede009623ee0f17ef69da1178d5f52973378966 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Wed, 12 Jul 2017 12:01:21 -0400 Subject: [PATCH] Fix calendar widget styling issues --- awx/ui/client/legacy-styles/bootstrap-datepicker.less | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/awx/ui/client/legacy-styles/bootstrap-datepicker.less b/awx/ui/client/legacy-styles/bootstrap-datepicker.less index c2fdeaf86e..452d8ac836 100644 --- a/awx/ui/client/legacy-styles/bootstrap-datepicker.less +++ b/awx/ui/client/legacy-styles/bootstrap-datepicker.less @@ -25,7 +25,7 @@ } .datepicker-dropdown:before { content: ''; - display: inline-block; + display: none; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; @@ -35,7 +35,7 @@ } .datepicker-dropdown:after { content: ''; - display: inline-block; + display: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; @@ -87,13 +87,14 @@ -ms-user-select: none; user-select: none; } -.datepicker table tr td, -.datepicker table tr th { +.datepicker .datepicker-days .table-condensed tr td, +.datepicker .datepicker-days .table-condensed tr th { text-align: center; width: 30px; height: 30px; border-radius: 4px; border: none; + padding: 0.5em 0.7em; } .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {