From d5c5df221dd815d2bfb28b0cf8d65b7177160e29 Mon Sep 17 00:00:00 2001 From: Matthias Uferer Date: Fri, 17 Jun 2011 01:32:10 +0000 Subject: [PATCH] better viewing (line-height) + without extra iphone menu styling --- .../luci-static/freifunk-generic/mobile.css | 102 ++---------------- 1 file changed, 6 insertions(+), 96 deletions(-) diff --git a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css index 0e5384d6f1..8649b34ffd 100644 --- a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css +++ b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css @@ -24,6 +24,11 @@ padding-bottom:24px; } +#menubar{ + font-size:35px; +} + + #maincontent .multiColumn { margin:1em 0px; width:100%; @@ -56,102 +61,6 @@ -/**** Begin iphone menu bar ****/ - -#iphone_menu{ - position:absolute; - display:inline !important; - top:0px; - left:0px; - margin:0px; - padding:10px; - z-index:40 !important; -} - -#iphone_menu_handles{ - display:block; - font-size:60px; - font-weight:bold; - height:160px; -} - -#iphone_menu_open{ - display:inline; -} - -#iphone_menu_close{ - display:none; -} - -#iphone_menu_joker{ - display:none; - position:absolute; - right:5px; - top:5px; - border:none; - text-decoration:none; -} - -.iphone_button{ - display:inline !important; -} -.iphone_button table { - table-layout:fixed; - color:#ffffff; - border-collapse:collapse; - vertical-align:middle; -} - -.iphone_button_content { - font-weight:bold; - padding: 0.2em 0.75em; -} - /*** Begin iphone menu items ***/ - #iphone_menu_items { - display:none; - } - #iphone_menu_items table { - border-collapse:collapse; - } - - #iphone_menu_items td { - vertical-align:middle; - } - - #iphone_menu_items .menu_item { - font-size:65px; - padding:15px 30px; - line-height:1.5em; - } - - #iphone_menu_items .menu_item table { - width:720px; - } - - #iphone_menu_items .submenu_marker { - font-size:65px; - padding: 0px; - line-height:1.5em; - } - - #iphone_menu_items a { - text-decoration:none; - font-weight:bold; - color:#ffffff; - } - - #iphone_menu_items a.active { - color: #4f9ed3; - } - #iphone_menu_items li { - min-height:100px; - list-style:none; - } - - /***End iphone menu items ***/ -/**** End iphone menu bar ****/ - - #sidebar_container{ @@ -178,6 +87,7 @@ #maincontent{ font-size:35px!important; + line-height:40px; } input[type=submit], -- 2.30.2