From 5c565f6b5203c841664b1b508a23551bc549863b Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 18 Jun 2013 09:01:30 +0300 Subject: [PATCH] Move hard-coded style out of the copy status layout. Signed-off-by: Pasi Kallinen Signed-off-by: Dan Scott --- .../staff_client/server/circ/copy_status_overlay.xul | 10 +++++----- Open-ILS/xul/staff_client/server/skin/circ.css | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul b/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul index 0e991aa112..7dbc3c235d 100644 --- a/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul +++ b/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul @@ -83,15 +83,15 @@ - - + + - - + - diff --git a/Open-ILS/xul/staff_client/server/skin/circ.css b/Open-ILS/xul/staff_client/server/skin/circ.css index aebf50b146..27ae6cadb2 100644 --- a/Open-ILS/xul/staff_client/server/skin/circ.css +++ b/Open-ILS/xul/staff_client/server/skin/circ.css @@ -70,6 +70,12 @@ treechildren::-moz-tree-row(backdate_failed,selected) { background-color: #ffc0ff ! important; } + +.copystatus_header_bar #background, +.copystatus_header_bar #last_scanned_hbox { background-color: yellow; } +.copystatus_header_bar #background label { font-size: x-large; font-weight: bold; } +.copystatus_header_bar #last_scanned_hbox label { font-weight: bold; } + .checkin_screen_normal { background-color: green; } .checkin_screen_backdating { background-color: red; } .checkin_screen_do_not_alert_on_precat { } -- 2.43.2