From: phasefx Date: Tue, 23 Dec 2008 21:54:09 +0000 (+0000) Subject: forgot the CSS for the verify credentials interface. xulrunner 1.9 won't let remote... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fe8803cbecb22bc26953ea00504d850475132763;p=Evergreen.git forgot the CSS for the verify credentials interface. xulrunner 1.9 won't let remote xul load chrome css, which sux0rs and makes no sense since XUL is in part defined by chrome CSS git-svn-id: svn://svn.open-ils.org/ILS/trunk@11677 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/skin/global.css b/Open-ILS/xul/staff_client/chrome/skin/global.css index d9d6879b7d..b3807753dd 100644 --- a/Open-ILS/xul/staff_client/chrome/skin/global.css +++ b/Open-ILS/xul/staff_client/chrome/skin/global.css @@ -19,8 +19,6 @@ messagecatalog { -moz-binding: url('chrome://open_ils_staff_client/content/main/ .my_overflow { overflow: auto; } -.success_text { color: white; background-color: green; } -.failure_text { color: white; background-color: red; } .text_left { text-align: left; } .text_right { text-align: right; } diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index 94f7e9837c..8690a86874 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -74,6 +74,9 @@ iframe { background: #CDCED3 url("chrome://browser/skin/icons/box-background.png .postit_hb { -moz-border-radius: 30px; background-color: black; } .postit_gb { -moz-border-radius: 30px; background-color: yellow; } +.success_text { color: white; background-color: green; } +.failure_text { color: white; background-color: red; } + .text_left { text-align: left; } .text_right { text-align: right; } .text_center { text-align: center; }