made login screen responsive

Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
This commit is contained in:
Manish Bisht 2017-06-11 07:08:09 +05:30
parent c7f4817d43
commit f3047f612c

View File

@ -3526,4 +3526,8 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
cursor: pointer;
display: inline;
}
body#loginform div.container {
width: 100%;
}
}