lib/zen/public/admin/css/zen/datepicker.css in zen-0.2.7 vs lib/zen/public/admin/css/zen/datepicker.css in zen-0.2.8

- old
+ new

@@ -12,11 +12,11 @@ background: #fff; border-radius: 5px; border: 5px solid #ddd; cursor: move; display: block; - height: 255px; + height: 285px; margin-top: 5px; padding: 5px; position: absolute; width: 270px; @@ -33,35 +33,35 @@ } .datepicker .header .title { font-size: 14px; margin: 0px auto; - padding: 12px 0px 5px 0px; + padding: 10px 0px 5px 0px; text-align: center; } .datepicker .header .title:hover { text-decoration: underline; } - .datepicker .header .previous, .datepicker .header .next + .datepicker .header .previous, .datepicker .header .next { cursor: pointer; display: block; font-size: 24px; height: 10px; - padding: 5px 5px 5px 3px; + padding: 2px 5px 5px 3px; position: absolute; top: -1px; width: 10px; } .datepicker .header .previous { left: 5px; } - + .datepicker .header .next { right: 5px; } @@ -70,10 +70,10 @@ display: none; } .datepicker .body { - height: 215px; + height: 255px; overflow: hidden; position: relative; } .datepicker .body .titles .day