fix width of headlinesList

This commit is contained in:
Andrew Dolgov 2007-04-29 12:41:33 +01:00
parent 46c1d541c4
commit 283dee70c8
2 changed files with 5 additions and 0 deletions

View file

@ -15,3 +15,4 @@ div.headlines_cdm {
overflow : auto; overflow : auto;
} }

View file

@ -740,6 +740,10 @@ span.contentPreview:hover {
color : #4684ff; color : #4684ff;
} }
table.headlinesList {
width : 100%;
}
table.headlinesList td.hlMarkedPic { table.headlinesList td.hlMarkedPic {
width : 25px; width : 25px;
text-align : center; text-align : center;