Skip to content

Commit

Permalink
Fixed a css bug where a regular DatePicker field would be visible if …
Browse files Browse the repository at this point in the history
…shown with a Date and Timepicker field
  • Loading branch information
yanknudtskov committed Jul 28, 2014
1 parent a193ac4 commit 1f02dd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/jquery-ui-timepicker-addon.css
Expand Up @@ -7,4 +7,5 @@

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
.acf-ui-datepicker .ui-datepicker { display: none; }

0 comments on commit 1f02dd6

Please sign in to comment.