From 62b7194c21020d5c5a774229931ae92ec0dacd1e Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 8 Aug 2015 17:56:59 -0500 Subject: [PATCH] Tweak jQuery UI styles, so button text etc. isn't so big. --- tailbone/static/css/jquery.ui.tailbone.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tailbone/static/css/jquery.ui.tailbone.css b/tailbone/static/css/jquery.ui.tailbone.css index 02dbae2a..b6ce1023 100644 --- a/tailbone/static/css/jquery.ui.tailbone.css +++ b/tailbone/static/css/jquery.ui.tailbone.css @@ -5,10 +5,10 @@ * jQuery UI tweaks for Tailbone **********************************************************************/ -/* - * This was provided by the 'smoothness' theme CSS which was cached within the - * Tailbone project. Not sure why the CDN theme doesn't do it..? - */ +.ui-widget { + font-size: 1em; +} + .ui-menu-item a { display: block; }