Fix milestone calendar, Removed unnecessary selects from admin

This commit is contained in:
Dmitriy Zaporozhets 2012-09-26 16:49:20 +03:00
parent 3c132f2e68
commit 9270b6c3c7
6 changed files with 32 additions and 10 deletions

View file

@ -113,3 +113,17 @@ input.check_all_issues {
.milestone {
@extend .wll;
}
/**
* Fix milestone calendar
*/
.ui-datepicker {
border:none;
box-shadow:none;
.ui-datepicker-header {
@include solid_shade;
margin-bottom:10px;
border:1px solid #bbb;
}
}