From 9d8bfd2a3abace471b23ff1089574fe99e25efc4 Mon Sep 17 00:00:00 2001 From: Manish Bisht Date: Mon, 5 Jun 2017 22:08:44 +0530 Subject: [PATCH] made main_pane_left and main_pane_right responsive Signed-off-by: Manish Bisht --- themes/pmahomme/css/common.css.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index f7cfbe516d..e9a96cf673 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -3504,3 +3504,16 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: ; } /* end of styles for jQuery-ui to support rtl languages */ + +@media only screen and (max-width: 768px) { + /* For mobile phones: */ + #main_pane_left { + width: 100%; + } + + #main_pane_right { + padding-top: 0; + padding-: 1px; + padding-: 1px; + } +} \ No newline at end of file