diff options
-rw-r--r-- | web/share/css/x-mobile.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/share/css/x-mobile.css b/web/share/css/x-mobile.css index 8a72fba2..00840e2a 100644 --- a/web/share/css/x-mobile.css +++ b/web/share/css/x-mobile.css @@ -81,22 +81,22 @@ ul#navbar li a.menu-button:hover:not(.active) { /* ===== radio.css ===== */ -@media only screen and (orientation: portrait) { +/*@media only screen and (orientation: portrait) { div.radio-box input[type=radio] + label { height: 30px !important; } -} +}*/ /* ===== slider.css ===== */ -@media only screen and (orientation: portrait) { +/*@media only screen and (orientation: portrait) { @supports (-webkit-appearance: none) { input[type=range].slider { margin: 20px 0 20px 0 !important; } } -} +}*/ /* ===== tabs.css ===== */ |