more mobile prototyping
This commit is contained in:
+37
-29
@@ -24,12 +24,20 @@ input {
|
||||
}
|
||||
|
||||
#opsel {
|
||||
float : right;
|
||||
margin-top : 3px;
|
||||
}
|
||||
|
||||
#content {
|
||||
#heading {
|
||||
padding : 2px;
|
||||
}
|
||||
|
||||
#content {
|
||||
border-width : 1px 0px 0px 0px;
|
||||
border-style : solid;
|
||||
border-color : #c0c0c0;
|
||||
background-image : url("../images/vgrad_light_rev.png");
|
||||
background-position : top left;
|
||||
background-repeat : repeat-x;
|
||||
}
|
||||
|
||||
#footer {
|
||||
@@ -40,35 +48,9 @@ input {
|
||||
font-size : x-small;
|
||||
background-color : white;
|
||||
color : gray;
|
||||
padding : 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
table.main td.heading {
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
table.main td.content {
|
||||
background-image : url("../images/vgrad_light_rev.png");
|
||||
background-position : top left;
|
||||
background-repeat : repeat-x;
|
||||
border-width : 1px 0px 0px 0px;
|
||||
border-style : solid;
|
||||
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;
|
||||
@@ -133,3 +115,29 @@ ul.feedList img, img.tinyFeedIcon {
|
||||
border-width : 0px;
|
||||
}
|
||||
|
||||
ul.feedlist li.feedUnread,
|
||||
ul.feedlist li.errorUnread,
|
||||
ul.feedlist li.labelUnread,
|
||||
ul.feedlist li.virtUnread,
|
||||
ul.feedlist li.tagUnread {
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
.even {
|
||||
background-color : #f0f0f0;
|
||||
}
|
||||
|
||||
.evenUnread {
|
||||
background-color : #f0f0f0;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
.oddUnread {
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
display : none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user