From d239b952a538be653d42ba59bf222a096cc8a6fb Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Fri, 4 Feb 2011 14:37:09 +0100 Subject: [PATCH] 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. --- mod/workshop/allocation/manual/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mod/workshop/allocation/manual/styles.css b/mod/workshop/allocation/manual/styles.css index 0582feb562ae2..391418696077a 100644 --- a/mod/workshop/allocation/manual/styles.css +++ b/mod/workshop/allocation/manual/styles.css @@ -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;