From c859c4b7c428946c7f815b199ada99f1f200b469 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 --- Open-ILS/xul/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 347251504d..fd185a7a82 100644 --- a/Open-ILS/xul/staff_client/server/skin/circ.css +++ b/Open-ILS/xul/staff_client/server/skin/circ.css @@ -39,6 +39,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.11.0