From 84f6e72fa7c02623382e1b300474fa4164554a53 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Thu, 25 Jul 2013 19:54:05 +0530 Subject: [PATCH] Fix bug#4009, y-axis ticks invisible in Questions chart --- themes/pmahomme/css/common.css.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 7c903aed0a..dfbd04f0aa 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -2811,3 +2811,9 @@ body .ui-widget { color: #235A81; } +/* over-riding jqplot-yaxis class */ +.jqplot-yaxis { + left:0px !important; + min-width:25px; + width:auto; +}