MDL-26296 Workshop: trivial change in manual allocator CSS

When only two rows of the allocations table are displayed with the new
allocation highlighted, it is better not highlight the odd row.
This commit is contained in:
David Mudrak 2011-02-04 14:37:09 +01:00
parent 51abc39695
commit d239b952a5

View File

@ -10,6 +10,11 @@
background-color: #eee;
}
.path-mod-workshop .manual-allocator .allocations .r0.highlightreviewerof,
.path-mod-workshop .manual-allocator .allocations .r0.highlightreviewedby {
background-color: inherit;
}
.path-mod-workshop .manual-allocator .allocations .peer .image {
margin-right: 5px;
vertical-align: middle;