From 2b4b42c250b49c87cbd538e129d57e97f8bde509 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 14 Oct 2010 14:31:16 +0000 Subject: [PATCH] Dont make jquery elements bigger, it messes stuff up! --- theme/default/jquery-ui-1.7.2.custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/default/jquery-ui-1.7.2.custom.css b/theme/default/jquery-ui-1.7.2.custom.css index d30294c..ae5754f 100644 --- a/theme/default/jquery-ui-1.7.2.custom.css +++ b/theme/default/jquery-ui-1.7.2.custom.css @@ -48,7 +48,7 @@ /* Component containers ----------------------------------*/ -.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } +.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.0em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } .ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; } .ui-widget-content a { color: #222222; }