diff --git a/plugins/mobile_unl/views/mobile/mobile_unl/css.php b/plugins/mobile_unl/views/mobile/mobile_unl/css.php index a6a6947dac51caa6f415870a46daee99c558f9bd..c2ef3c2f81059fe4e94de3ade0d38127fd6c0958 100644 --- a/plugins/mobile_unl/views/mobile/mobile_unl/css.php +++ b/plugins/mobile_unl/views/mobile/mobile_unl/css.php @@ -8,6 +8,14 @@ margin-top:15px; border-top:1px solid #DFDEDE; } +#maincontent * {max-width:300px !important;} + +/* Now orientation change classes */ +body.portrait {} +body.landscapeLeft, body.landscapeRight {width:480px;} +body.landscapeLeft #maincontent *, +body.landscapeRight #maincontent * {max-width:450px !important;} + <?php //Login ?> #casOption { display:block;