Skip to content

Commit

Permalink
missing margins
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed Oct 6, 2015
1 parent 679815c commit 10c4570
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions daterangepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,13 @@
.daterangepicker .calendar {
display: none;
max-width: 270px;
margin: 4px;
}

.daterangepicker.show-calendar .calendar {
display: block;
}

.daterangepicker .calendar.right {
margin-top: 4px;
}

.daterangepicker .calendar.single .calendar-table {
border: none;
}
Expand Down Expand Up @@ -350,7 +347,6 @@
}

.daterangepicker .calendar.right {
margin-top: 0;
margin-left: 0;
}

Expand Down

0 comments on commit 10c4570

Please sign in to comment.