From 065cf89b72faf9b25ea08ca03f937a4ea61a24b0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 21 May 2011 16:06:25 +0000 Subject: [PATCH] Beautify calendar --- htdocs/theme/auguria/style.css.php | 13 +++++++++++++ htdocs/theme/eldy/style.css.php | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 7403eced625..760ca902aff 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -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; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 293074279c6..bad54b0cccc 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -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;