summaryrefslogtreecommitdiff
path: root/mobile/mobile.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-27 04:10:46 +0100
committerAndrew Dolgov <[email protected]>2006-03-27 04:10:46 +0100
commit8e3f7217a8e40bca23d7f4156b13c6afd6789582 (patch)
treed0c9bd3da8e6bdd3cc90779100cf44c6b22b6501 /mobile/mobile.css
parent0d3adafe15b21dde08c89fea8f016d31662fedf9 (diff)
mobile version work (3)
Diffstat (limited to 'mobile/mobile.css')
-rw-r--r--mobile/mobile.css60
1 files changed, 58 insertions, 2 deletions
diff --git a/mobile/mobile.css b/mobile/mobile.css
index 796bf2395..736518b9e 100644
--- a/mobile/mobile.css
+++ b/mobile/mobile.css
@@ -1,6 +1,7 @@
body {
padding : 0px;
margin : 0px;
+ width : 640px;
}
input {
@@ -22,11 +23,31 @@ input {
color : black;
}
-td.heading {
+#opsel {
+ float : right;
+ margin-top : 3px;
+}
+
+#content {
+
+}
+
+#footer {
+ border-width : 1px 0px 0px 0px;
+ border-style : solid;
+ border-color : #c0c0c0;
+ text-align : center;
+ font-size : x-small;
+ background-color : white;
+ color : gray;
+}
+
+/*
+table.main td.heading {
font-weight : bold;
}
-td.content {
+table.main td.content {
background-image : url("../images/vgrad_light_rev.png");
background-position : top left;
background-repeat : repeat-x;
@@ -35,6 +56,19 @@ td.content {
border-color : #c0c0c0;
}
+table.main td.footer {
+ border-width : 1px 0px 0px 0px;
+ border-style : solid;
+ border-color : #c0c0c0;
+ text-align : center;
+ font-size : x-small;
+ background-image : url("images/vgrad_light_rev2.png");
+ background-position : top left;
+ background-repeat : repeat-x;
+ color : gray;
+}
+*/
+
form {
padding : 0px;
margin : 0px;
@@ -77,3 +111,25 @@ ul.feedList li {
margin : 0px;
}
+hr {
+ border-width : 0px 0px 1px 0px;
+ border-style : dashed;
+ border-color : #e0e0e0;
+}
+
+a {
+ color : black;
+ text-decoration : none;
+}
+
+a:hover {
+ color : #5050aa;
+}
+
+ul.feedList img, img.tinyFeedIcon {
+ margin : 0px 3px 0px 0px;
+ width : 16px;
+ height : 16px;
+ border-width : 0px;
+}
+