renovations

This commit is contained in:
Ilya Kantor 2015-02-21 14:58:02 +03:00
parent a62682e188
commit 35081a779a
115 changed files with 439 additions and 325 deletions

View file

@ -0,0 +1,42 @@
.datepicker {
border: 1px solid black;
width: 350px;
}
.datepicker .body {
clear: both;
background: red;
}
.datepicker .prev-link {
float: left;
cursor: pointer;
}
.datepicker .next-link {
float: right;
cursor: pointer;
}
.datepicker .prev-link:hover, .datepicker .next-link:hover {
color: red;
}
.datepicker .header {
padding: 5px;
font-size: 120%;
}
.datepicker .calendar-left-holder {
float: left;
}
.datepicker .calendar-right-holder {
float: right;
}
.datepicker .title {
text-align: center;
}