From 3769f5e5db63a7b9cd8f6e8a76e30f7844a779a8 Mon Sep 17 00:00:00 2001 From: Naomi Date: Wed, 28 Aug 2013 14:54:44 -0400 Subject: [PATCH] IM-933 : datepicker switch/design --- airtime_mvc/public/css/history_styles.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/airtime_mvc/public/css/history_styles.css b/airtime_mvc/public/css/history_styles.css index 73716addb..e9c43ca18 100644 --- a/airtime_mvc/public/css/history_styles.css +++ b/airtime_mvc/public/css/history_styles.css @@ -113,3 +113,25 @@ -moz-border-radius: 2px !important; border-radius: 2px !important; } + +.ui-dialog .ui-dialog-content .well .date .add-on { + display: inline-block; + width: auto; + height: 20px; + min-width: 16px; + padding: 3px 3px 0px 6px; + font-size: 14px; + font-weight: normal; + line-height: 20px; + text-align: center; + text-shadow: 0 1px 0 #ffffff; + background-color: #eeeeee; + border: 1px solid #ccc; + float: left; + -webkit-border-radius: 4px 0 0 4px; + -moz-border-radius: 4px 0 0 4px; + border-radius: 4px 0 0 4px; +} +.bootstrap-datetimepicker-widget thead tr:first-child th:hover { + background: #5C5C5C !important; +}