From: Pasi Kallinen Date: Tue, 18 Jun 2013 06:01:30 +0000 (+0300) Subject: Move hard-coded style out of the copy status layout. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5c565f6b5203c841664b1b508a23551bc549863b;p=evergreen%2Fmasslnc.git Move hard-coded style out of the copy status layout. Signed-off-by: Pasi Kallinen Signed-off-by: Dan Scott --- 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 { }