From 58a5b1d1350e9d51a63ef3b4aa8358c5eab9840e Mon Sep 17 00:00:00 2001 From: Manish Bisht Date: Wed, 28 Jun 2017 18:59:01 +0530 Subject: [PATCH] made ui dialog responsive Signed-off-by: Manish Bisht --- themes/pmahomme/css/common.css.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index f992461577..7cb323155e 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -3594,4 +3594,9 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { width: 100%; height: 450px; } + + .ui-dialog { + margin: 1%; + width: 95% !important; + } } \ No newline at end of file