diff options
Diffstat (limited to 'MLEB/UniversalLanguageSelector/lib/jquery.uls/css/jquery.uls.mobile.css')
-rw-r--r-- | MLEB/UniversalLanguageSelector/lib/jquery.uls/css/jquery.uls.mobile.css | 46 |
1 files changed, 15 insertions, 31 deletions
diff --git a/MLEB/UniversalLanguageSelector/lib/jquery.uls/css/jquery.uls.mobile.css b/MLEB/UniversalLanguageSelector/lib/jquery.uls/css/jquery.uls.mobile.css index 5d3e06e0..f6ba97bc 100644 --- a/MLEB/UniversalLanguageSelector/lib/jquery.uls/css/jquery.uls.mobile.css +++ b/MLEB/UniversalLanguageSelector/lib/jquery.uls/css/jquery.uls.mobile.css @@ -1,4 +1,4 @@ -@media only screen and (max-width: 767px) { +@media only screen and ( max-width: 767px ) { .uls-mobile.uls-menu { width: 95%; @@ -22,16 +22,6 @@ line-height: 1.7em; } - .uls-mobile div.uls-region { - width: 33% !important; - float: left !important; - } - - .uls-mobile .uls-map-block a, - .uls-mobile .uls-map-block { - opacity: 1 !important; - } - .uls-mobile .row { width: auto; min-width: 0; @@ -50,7 +40,7 @@ float: none; } - .uls-mobile [class*="column"] + [class*="column"]:last-child { + .uls-mobile [ class*='column' ] + [ class*='column' ]:last-child { float: none; } @@ -58,7 +48,7 @@ .uls-mobile .uls-mobile .columns:before, .uls-mobile .column:after, .columns:after { - content: ""; + content: ''; display: table; } @@ -207,12 +197,12 @@ } /* Very large display targeting */ -@media only screen and (min-width: 1441px) { - +@media only screen and ( min-width: 1441px ) { .uls-mobile .hide-for-small, .uls-mobile .hide-for-medium, .uls-mobile .hide-for-medium-down, - .hide-for-large, .show-for-large-up, + .hide-for-large, + .show-for-large-up, .show-for-xlarge { display: block !important; } @@ -226,9 +216,9 @@ display: none !important; } } -/* Medium display targeting */ -@media only screen and (max-width: 1279px) and (min-width: 768px) { +/* Medium display targeting */ +@media only screen and ( max-width: 1279px ) and ( min-width: 768px ) { .uls-mobile .hide-for-small, .uls-mobile .show-for-medium, .uls-mobile .show-for-medium-down, @@ -247,9 +237,9 @@ display: none !important; } } -/* Small display targeting */ -@media only screen and (max-width: 767px) { +/* Small display targeting */ +@media only screen and ( max-width: 767px ) { .uls-mobile .show-for-small, .uls-mobile .hide-for-medium, .uls-mobile .show-for-medium-down, @@ -279,7 +269,7 @@ display: none !important; } -@media screen and (orientation: landscape) { +@media screen and ( orientation: landscape ) { .uls-mobile .show-for-landscape, .uls-mobile .hide-for-portrait { display: block !important; @@ -290,7 +280,7 @@ } } -@media screen and (orientation: portrait) { +@media screen and ( orientation: portrait ) { .uls-mobile .show-for-portrait, .uls-mobile .hide-for-landscape { display: block !important; @@ -302,18 +292,12 @@ } /* Touch-enabled device targeting */ -.uls-mobile .show-for-touch { +.uls-mobile .show-for-touch, +.uls-mobile .touch .hide-for-touch { display: none !important; } -.uls-mobile .hide-for-touch { - display: block !important; -} - +.uls-mobile .hide-for-touch, .uls-mobile .touch .show-for-touch { display: block !important; } - -.uls-mobile .touch .hide-for-touch { - display: none !important; -} |