use css-based layout in normal mode

This commit is contained in:
Andrew Dolgov
2010-11-13 14:04:37 +03:00
parent 20f16e7197
commit 8cc5e96512
6 changed files with 156 additions and 325 deletions

13
cdm.css
View File

@@ -15,13 +15,13 @@ div.cdmHeader input {
margin-right : 5px;
}
div.updPic {
div.cdmHeader div.updPic {
width : 25px;
display : inline-block;
text-align : center;
}
div.updPic img {
div.cdmHeader div.updPic img {
vertical-align : middle;
}
@@ -67,3 +67,12 @@ div.cdmContent div.postEnclosures {
color : gray;
}
div.cdmFeedTitle {
border-color : #a0a0a0;
border-width : 0px 0px 1px 0px;
border-style : solid;
padding : 5px 3px 5px 5px;
background : url("images/toolbar.png") bottom left;
background-repeat : repeat-x;
}