limit the amount of tags shown in CDM

This commit is contained in:
Andrew Dolgov
2007-08-09 16:48:23 +01:00
parent 49aa6de964
commit 22d1f3db53
2 changed files with 29 additions and 1 deletions

View File

@@ -849,6 +849,22 @@ td.hlFeed {
background-color : white;
} */
div.cdmAllTags {
width : 75%;
float : left;
background-color : white;
border : 1px solid #c0c0c0;
display : none;
z-index : 3;
top : auto;
left : auto;
position : absolute;
}
span.cdmAllTagsCtr:hover div {
display : block;
}
div.cdmArticle {
border-color : #a0a0a0;
border-width : 0px 0px 1px 0px;