Beautify calendar

This commit is contained in:
Laurent Destailleur 2011-05-21 16:06:25 +00:00
parent 29832dbe3f
commit 065cf89b72
2 changed files with 26 additions and 0 deletions

View File

@ -1402,6 +1402,19 @@ opacity: 1;
/* ============================================================================== */
/* Calendar */
/* ============================================================================== */
.ui-datepicker-title {
margin: 0 !important;
line-height: 28px;
}
.ui-datepicker-month {
margin: 0 !important;
padding: 0 !important;
}
.ui-datepicker-header {
height: 28px !important;
}
.bodyline {
-moz-border-radius:8px;
border: 1px #E4ECEC outset;

View File

@ -1381,6 +1381,19 @@ opacity: 1;
/* ============================================================================== */
/* Calendar */
/* ============================================================================== */
.ui-datepicker-title {
margin: 0 !important;
line-height: 28px;
}
.ui-datepicker-month {
margin: 0 !important;
padding: 0 !important;
}
.ui-datepicker-header {
height: 28px !important;
}
.bodyline {
-moz-border-radius:8px;
border: 1px #E4ECEC outset;