mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- Fixing styles issues found on the truncated lists (Ticket #61)
SVN:trunk[228]
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -12,6 +12,7 @@ function ReloadTruncatedList(divId, sSerializedFilter, sExtraParams)
|
||||
$('#'+divId).empty();
|
||||
$('#'+divId).append(data);
|
||||
$('#'+divId).removeClass('loading');
|
||||
$('#'+divId+' .listResults').tableHover(); // hover tables
|
||||
$('#'+divId+' .listResults').tablesorter( { headers: { 0:{sorter: false }}, widgets: ['zebra']} ); // sortable and zebra tables
|
||||
//$('#'+divId).unblockUI();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user