forgot the CSS for the verify credentials interface. xulrunner 1.9 won't let remote...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 23 Dec 2008 21:54:09 +0000 (21:54 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 23 Dec 2008 21:54:09 +0000 (21:54 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11677 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/skin/global.css
Open-ILS/xul/staff_client/server/skin/global.css

index d9d6879..b380775 100644 (file)
@@ -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; }
index 94f7e98..8690a86 100644 (file)
@@ -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; }