From: Andrew Dolgov Date: Fri, 25 Jul 2008 09:31:08 +0000 (+0100) Subject: mobile: show footer only when displaying feeds X-Git-Tag: 1.2.26~55 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9123c2efd67c6055db36ce1960045aa4dfa48417;p=tt-rss.git mobile: show footer only when displaying feeds --- diff --git a/mobile/functions.php b/mobile/functions.php index 070559ee..606a42a2 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -506,15 +506,15 @@ } if ($line["marked"] == "t" || $line["marked"] == "1") { - $marked_pic = ""; + $marked_pic = "\"S\""; } else { - $marked_pic = ""; + $marked_pic = "\"s\""; } if ($line["published"] == "t" || $line["published"] == "1") { - $published_pic = ""; + $published_pic = "\"P\""; } else { - $published_pic = ""; + $published_pic = "\"p\""; } $content_link = "" . diff --git a/mobile/mobile.css b/mobile/mobile.css index 412f16af..9e8724e8 100644 --- a/mobile/mobile.css +++ b/mobile/mobile.css @@ -1,14 +1,15 @@ body { padding : 0px; margin : 0px; + font-family : sans-serif; } h1 { - font-size : 16pt; + font-size : medium; } h2 { - font-size : 14pt; + font-size : medium; font-weight : bold; border-width : 0px 0px 1px 0px; border-style : solid; @@ -16,7 +17,7 @@ h2 { } h3 { - font-size : 12pt; + font-size : medium; font-weight : bold; border-width : 0px 0px 1px 0px; border-style : solid; @@ -24,7 +25,6 @@ h3 { } #heading { - padding : 2px; border-width : 0px 0px 1px 0px; border-style : solid; border-color : #88b0ff; @@ -43,7 +43,6 @@ h3 { text-align : center; font-size : x-small; color : gray; - padding : 2px; } form { @@ -59,13 +58,13 @@ ul.feedList { list-style-type : none; margin : 0px; padding : 0px; + } ul.feedList li.feedCat { margin : 0px; padding : 0px; color : #707070; - font-size : x-small; } ul.feedList li.feedCat a { @@ -191,7 +190,7 @@ ul.headlines img.marked { } div.postTags { color : gray; - font-size : x-small; + font-size : small; } #headingAddon { diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php index 241dd3e5..4722b98c 100644 --- a/mobile/tt-rss.php +++ b/mobile/tt-rss.php @@ -124,9 +124,13 @@ ?> + + + +