vendor/assets/stylesheets/bootstrap-datepicker3.css in bootstrap-datepicker-rails-1.3.0.2 vs vendor/assets/stylesheets/bootstrap-datepicker3.css in bootstrap-datepicker-rails-1.3.1.0

- old
+ new

@@ -9,13 +9,10 @@ */ .datepicker { padding: 4px; border-radius: 4px; direction: ltr; - /*.dow { - border-top: 1px solid #ddd !important; - }*/ } .datepicker-inline { width: 220px; } .datepicker.datepicker-rtl { @@ -729,12 +726,10 @@ cursor: default; background-color: transparent; } .input-group.date .input-group-addon i { cursor: pointer; - width: 16px; - height: 16px; } .input-daterange input { text-align: center; } .input-daterange input:first-child { @@ -746,11 +741,11 @@ .input-daterange .input-group-addon { width: auto; min-width: 16px; padding: 4px 5px; font-weight: normal; - line-height: 1.428571429; + line-height: 1.42857143; text-align: center; text-shadow: 0 1px 0 #fff; vertical-align: middle; background-color: #eeeeee; border: solid #cccccc; @@ -778,13 +773,14 @@ -moz-background-clip: padding; background-clip: padding-box; *border-right-width: 2px; *border-bottom-width: 2px; color: #333333; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; - line-height: 1.428571429; + line-height: 1.42857143; } .datepicker.dropdown-menu th, -.datepicker.dropdown-menu td { - padding: 4px 5px; +.datepicker.datepicker-inline th, +.datepicker.dropdown-menu td, +.datepicker.datepicker-inline td { + padding: 0px 5px; }