mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
- completed the fix of the user object history (Trac #48)
- completed the implementation of truncated lists (Trac #61) - Fixed the handling of the search form in the details page (Trac #29) SVN:trunk[214]
This commit is contained in:
@@ -663,3 +663,24 @@ div.HRDrawer {
|
||||
.mandatory {
|
||||
border: 1px solid #f00;
|
||||
}
|
||||
table.listResults tr td.truncated {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
table.listResults tr td.truncated {
|
||||
background: url(../images/truncated.png) bottom repeat-x;
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
|
||||
table.listResults tr.even td.truncated {
|
||||
background: #f9f9f1 url(../images/truncated.png) bottom repeat-x;
|
||||
}
|
||||
|
||||
table.listResults tr.even td.truncated.hover {
|
||||
background: #E8FFD3 url(../images/truncated.png) bottom repeat-x;
|
||||
}
|
||||
|
||||
table.listResults.truncated {
|
||||
border-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user