Skip to content

Commit

Permalink
Merge pull request #255 from d-r-p/7.x-1.11-ISLANDORA-877
Browse files Browse the repository at this point in the history
ISLANDORA-877: Prevent visible empty div for datepicker element - 7.x-1.11 Release PR for #254
  • Loading branch information
rosiel authored Jun 14, 2018
2 parents 9c55467 + 1a04db6 commit e695e51
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 e695e51

Please sign in to comment.