- Fixing styles issues found on the truncated lists (Ticket #61)

SVN:trunk[228]
This commit is contained in:
Denis Flaven
2010-01-06 19:39:03 +00:00
parent 58ab73c718
commit 1c90a1de87
2 changed files with 5 additions and 0 deletions

View File

@@ -680,6 +680,10 @@ table.listResults tr.even td.truncated.hover {
background: #E8FFD3 url(../images/truncated.png) bottom repeat-x;
}
table.listResults tr.odd td.truncated.hover {
background: #E8FFD3 url(../images/truncated.png) bottom repeat-x;
}
table.listResults.truncated {
border-bottom: 0;
padding-bottom: 0;