From 084f846a0c58817000a92ea06df1c7bde400f17a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 3 Sep 2011 15:26:59 +0000 Subject: [PATCH] add css tag for jquery calendar --- htdocs/theme/eldy/style.css.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 58e2ced4c1e..ec8db67437f 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1529,6 +1529,11 @@ border-radius: 6px; height: 28px !important; } +.ui-datepicker-trigger { + vertical-align: middle; + cursor: pointer; +} + .bodyline { -moz-border-radius: 8px; -webkit-border-radius: 8px;