Skip to content

Commit

Permalink
Merge pull request #254 from d-r-p/7.x-ISLANDORA-877
Browse files Browse the repository at this point in the history
ISLANDORA-877: Prevent visible empty `div` for `datepicker` element
  • Loading branch information
rosiel authored Jun 14, 2018
2 parents 433b253 + 82e910d commit 0bc8de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elements/theme/ui.datepicker.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
Expand Down Expand Up @@ -59,4 +59,4 @@
left: -4px; /*must have*/
width: 200px; /*must have*/
height: 200px; /*must have*/
}
}

0 comments on commit 0bc8de4

Please sign in to comment.