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