From 269de591d0bcdb1a72d022265e5ab42863a2f2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 27 Jul 2010 02:27:59 +0200 Subject: Fix sizes of datepicker --- static/jqueryui/css/ui-darkness/jquery-ui-1.8.2.custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/jqueryui/css/ui-darkness/jquery-ui-1.8.2.custom.css b/static/jqueryui/css/ui-darkness/jquery-ui-1.8.2.custom.css index 98786a2..abb803e 100644 --- a/static/jqueryui/css/ui-darkness/jquery-ui-1.8.2.custom.css +++ b/static/jqueryui/css/ui-darkness/jquery-ui-1.8.2.custom.css @@ -47,7 +47,7 @@ /* Component containers ----------------------------------*/ -.ui-widget { font-family: Segoe UI, Arial, sans-serif; font-size: 1.1em; } +.ui-widget { font-family: Segoe UI, Arial, sans-serif; font-size: 0.9em; } .ui-widget .ui-widget { font-size: 1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Segoe UI, Arial, sans-serif; font-size: 1em; } .ui-widget-content { border: 1px solid #666666; background: #000000 url(images/ui-bg_inset-soft_25_000000_1x100.png) 50% bottom repeat-x; color: #ffffff; } @@ -314,7 +314,7 @@ .ui-datepicker select.ui-datepicker-month-year {width: 100%;} .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%;} -.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } +.ui-datepicker table {width: 100%; font-size: .6em; border-collapse: collapse; margin:0 0 .4em; } .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } @@ -358,4 +358,4 @@ left: -4px; /*must have*/ width: 200px; /*must have*/ height: 200px; /*must have*/ -} \ No newline at end of file +} -- cgit v1.2.3