From: Matthias Uferer Date: Mon, 4 Jul 2011 18:10:15 +0000 (+0000) Subject: smaller fonts for mobile use X-Git-Tag: 0.11.0~1964 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d1bede91e75c148d8eff61a5287506de16fa749f;p=project%2Fluci.git smaller fonts for mobile use --- 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 8649b34ffd..e20ab69d3e 100644 --- a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css +++ b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css @@ -86,7 +86,7 @@ } #maincontent{ - font-size:35px!important; + font-size:25px!important; line-height:40px; } @@ -98,7 +98,7 @@ input[type=submit], float:none !important; padding:10px 30px !important; margin: 0px 10px !important; - font-size:45px !important; + font-size:25px !important; font-family: impact, sans-serif !important; background:#ff8800 none !important; border-color:#000000 !important; @@ -109,13 +109,13 @@ input[type=submit], .cbi-input-user, .cbi-input-password{ display:block !important; - font-size:35px !important; + font-size:25px !important; margin: 0 !important; padding:0 !important; } .cbi-value-field{ - font-size:35px; + font-size:25px; margin:0 !important; margin-bottom: 1em !important; width:100% !important; @@ -129,7 +129,7 @@ input[type=submit], } .cbi-value-title{ - font-size:35px; + font-size:25px; font-weight:bold; float:none !important; }