Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update(demo): add css for input demo with mdDatePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Aug 20, 2015
1 parent 18458b7 commit a6c14b3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/input/demoBasicUsage/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
md-datepicker {
margin-top:18px;
}

.md-datepicker-button {
height: 36px;
width: 36px;
line-height: 36px;
}

.md-datepicker-input-container {
margin-left: 2px;
}

0 comments on commit a6c14b3

Please sign in to comment.