[open-ils-commits] r11677 - in trunk/Open-ILS/xul/staff_client: chrome/skin server/skin

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Dec 23 16:54:13 EST 2008


Author: phasefx
Date: 2008-12-23 16:54:09 -0500 (Tue, 23 Dec 2008)
New Revision: 11677

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/skin/global.css
   trunk/Open-ILS/xul/staff_client/server/skin/global.css
Log:
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

Modified: trunk/Open-ILS/xul/staff_client/chrome/skin/global.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/skin/global.css	2008-12-23 21:48:38 UTC (rev 11676)
+++ trunk/Open-ILS/xul/staff_client/chrome/skin/global.css	2008-12-23 21:54:09 UTC (rev 11677)
@@ -19,8 +19,6 @@
 
 .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; }

Modified: trunk/Open-ILS/xul/staff_client/server/skin/global.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/global.css	2008-12-23 21:48:38 UTC (rev 11676)
+++ trunk/Open-ILS/xul/staff_client/server/skin/global.css	2008-12-23 21:54:09 UTC (rev 11677)
@@ -74,6 +74,9 @@
 .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; }



More information about the open-ils-commits mailing list