From d4c0d3d7ee7ea9815da69921432974addcc7204d Mon Sep 17 00:00:00 2001 From: Manish Bisht Date: Tue, 27 Jun 2017 07:10:34 +0530 Subject: [PATCH] made db events page responsive Signed-off-by: Manish Bisht --- themes/pmahomme/css/common.css.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 2d20a5e641..ee53f2340b 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -3585,4 +3585,8 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { #table_columns { margin-top: 60px; } + + .doubleFieldset fieldset { + width: 98%; + } } \ No newline at end of file