From 42096f52025fed93924a54aada2c761a574029dd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 27 Mar 2006 05:31:17 +0100 Subject: more mobile prototyping (2) - add collapse support, etc --- mobile/mobile.css | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'mobile/mobile.css') diff --git a/mobile/mobile.css b/mobile/mobile.css index 5493e1a47..cc250f08c 100644 --- a/mobile/mobile.css +++ b/mobile/mobile.css @@ -1,7 +1,6 @@ body { padding : 0px; margin : 0px; - width : 640px; } input { @@ -23,18 +22,23 @@ input { color : black; } -#opsel { - margin-top : 3px; -} - #heading { padding : 2px; + background-color : white; + border-width : 0px 0px 1px 0px; + border-style : solid; + border-color : #c0c0c0; + font-weight : bold; +} + +#heading2 { + float : right; } #content { - border-width : 1px 0px 0px 0px; +/* border-width : 1px 0px 0px 0px; border-style : solid; - border-color : #c0c0c0; + border-color : #c0c0c0; */ background-image : url("../images/vgrad_light_rev.png"); background-position : top left; background-repeat : repeat-x; @@ -140,4 +144,16 @@ ul.feedlist li.tagUnread { display : none; } +table.headlines td.hlUpdated { + font-size : small; + color : gray; + text-align : right; + width : 100px; +} + +table.headlines td.hlMarkedPic { + width : 25px; + text-align : center; +} + -- cgit v1.2.3