diff options
Diffstat (limited to 'themes/freifunk-generic')
-rw-r--r-- | themes/freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css | 10 |
1 files changed, 5 insertions, 5 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 8649b34ff..e20ab69d3 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; } |