summaryrefslogtreecommitdiff
path: root/mobile/mobile.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-27 05:31:17 +0100
committerAndrew Dolgov <[email protected]>2006-03-27 05:31:17 +0100
commit42096f52025fed93924a54aada2c761a574029dd (patch)
treef96bbb53743d53c8ab1db3c6a40ff7de7b24bdba /mobile/mobile.css
parent2f4685371a769943da3d4989ed6a0bd96cbab79e (diff)
more mobile prototyping (2) - add collapse support, etc
Diffstat (limited to 'mobile/mobile.css')
-rw-r--r--mobile/mobile.css30
1 files changed, 23 insertions, 7 deletions
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;
+}
+