inline style here no longer works in xulrunner 1.9 for some reason
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 22 Oct 2009 07:09:54 +0000 (07:09 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 22 Oct 2009 07:09:54 +0000 (07:09 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14554 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/util/network.js
Open-ILS/xul/staff_client/server/skin/global.css

index e3f77fd..5aab089 100644 (file)
@@ -428,7 +428,7 @@ util.network.prototype = {
                                                var t3 = String((override_params.text[r[i].ilsevent] ? override_params.text[r[i].ilsevent](r[i]) : '')).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;');
                                                var t4 = String(r[i].desc).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;');
                                                xml += '<row>' + 
-                                                       '<description style="color: red" tooltiptext="' + t1 + '">' + t2 + '</description>' + 
+                                                       '<description class="oils_event" tooltiptext="' + t1 + '">' + t2 + '</description>' + 
                                                        '<description>' + t3 + '</description>' + 
                                                        '</row><row>' + '<description>' + t4 + '</description>' + '</row>';
                                        }
index 2f9aaa7..22c405e 100644 (file)
@@ -115,3 +115,7 @@ listitem { border-bottom: solid thin black; }
  */
 .edit_hold_range { display: none; }
 .edit_hold_focus { display: none; }
+
+.oils_event { color: red; }
+
+