Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
feat(datepickerPopup): split off popup from datepicker
Browse files Browse the repository at this point in the history
- Split off datepicker popup into new datepickerPopup module

BREAKING CHANGE: The datepicker popup is no longer a part of the
datepicker module, but now a part of the datepickerPopup module. Please
change code accordingly if including specific modules

Closes #5676
  • Loading branch information
wesleycho committed Mar 22, 2016
1 parent ad91c82 commit fbc873c
Show file tree
Hide file tree
Showing 13 changed files with 2,396 additions and 2,146 deletions.
10 changes: 0 additions & 10 deletions src/datepicker/datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@
min-width: 100%;
}

.uib-datepicker-popup.dropdown-menu {
display: block;
float: none;
margin: 0;
}

.uib-button-bar {
padding: 10px 9px 2px;
}

.uib-left, .uib-right {
width: 100%
}
Loading

0 comments on commit fbc873c

Please sign in to comment.