fix width of headlinesList
This commit is contained in:
parent
46c1d541c4
commit
283dee70c8
2 changed files with 5 additions and 0 deletions
1
ie6.css
1
ie6.css
|
@ -15,3 +15,4 @@ div.headlines_cdm {
|
|||
overflow : auto;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -740,6 +740,10 @@ span.contentPreview:hover {
|
|||
color : #4684ff;
|
||||
}
|
||||
|
||||
table.headlinesList {
|
||||
width : 100%;
|
||||
}
|
||||
|
||||
table.headlinesList td.hlMarkedPic {
|
||||
width : 25px;
|
||||
text-align : center;
|
||||
|
|
Loading…
Reference in a new issue