summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-07-27 02:27:59 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-07-27 02:27:59 +0200
commit269de591d0bcdb1a72d022265e5ab42863a2f2a5 (patch)
tree1133f858cb8ae68d2ef1127b3b67e0f120f098d1 /static
parent09c2faebc4aa7d773258c69c8422be2b9f827b7b (diff)
downloadkosten-269de591d0bcdb1a72d022265e5ab42863a2f2a5.tar.gz
kosten-269de591d0bcdb1a72d022265e5ab42863a2f2a5.tar.bz2
kosten-269de591d0bcdb1a72d022265e5ab42863a2f2a5.zip
Fix sizes of datepicker
Diffstat (limited to 'static')
-rw-r--r--static/jqueryui/css/ui-darkness/jquery-ui-1.8.2.custom.css6
1 files changed, 3 insertions, 3 deletions
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
+}