From 131ad24c1c3dfba1c94731defb10318e62975751 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 15 Mar 2012 13:16:24 -0400 Subject: [PATCH] move .hideme css to global.css Signed-off-by: Jason Etheridge Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- Open-ILS/xul/staff_client/server/skin/global.css | 2 ++ Open-ILS/xul/staff_client/server/skin/patron_display.css | 2 -- Open-ILS/xul/staff_client/server/skin/serial.css | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index ee08b6ce68..9d7829b2a8 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -10,6 +10,8 @@ messagecatalog { -moz-binding: url('/xul/server/main/bindings.xml#messagecatalog window:not([active="true"]) menubar > menu { color: menutext !important } +.hideme { display: none; } + treechildren::-moz-tree-checkbox(checked) { /* css for checked cells */ list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); diff --git a/Open-ILS/xul/staff_client/server/skin/patron_display.css b/Open-ILS/xul/staff_client/server/skin/patron_display.css index 3356c182a2..5a0adbdafa 100644 --- a/Open-ILS/xul/staff_client/server/skin/patron_display.css +++ b/Open-ILS/xul/staff_client/server/skin/patron_display.css @@ -3,8 +3,6 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/TR/REC-html40"); -.hideme { display: none; } - .change_to_credit { text-decoration: line-through; } hbox#PatronNotNavBar { border-top: solid thin black; } diff --git a/Open-ILS/xul/staff_client/server/skin/serial.css b/Open-ILS/xul/staff_client/server/skin/serial.css index 3f4abab9c6..0414871c95 100644 --- a/Open-ILS/xul/staff_client/server/skin/serial.css +++ b/Open-ILS/xul/staff_client/server/skin/serial.css @@ -8,7 +8,6 @@ caption.top { text-align: center; } label.receiving { width: 20em; text-align: right; } -.hideme { display: none; } #batch_receive_entry { padding-top: 10px; } #entry_submitter { padding: 20px 0; } menulist.cn { width: 12em; } -- 2.11.0