From f3047f612c2e3c8e02fd46a11d20fbb8bb4c50a4 Mon Sep 17 00:00:00 2001 From: Manish Bisht Date: Sun, 11 Jun 2017 07:08:09 +0530 Subject: [PATCH] made login screen 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 2c23870f2c..eeaee73ba8 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -3526,4 +3526,8 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { cursor: pointer; display: inline; } + + body#loginform div.container { + width: 100%; + } } \ No newline at end of file