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=c859c4b7c428946c7f815b199ada99f1f200b469;p=working%2FEvergreen.git Move hard-coded style out of the copy status layout. Signed-off-by: Pasi Kallinen --- 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 { }