[open-ils-commits] r19981 - in branches/rel_2_1/Open-ILS/xul/staff_client/server: serial skin (dbwells)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Apr 4 15:46:19 EDT 2011
Author: dbwells
Date: 2011-04-04 15:46:14 -0400 (Mon, 04 Apr 2011)
New Revision: 19981
Modified:
branches/rel_2_1/Open-ILS/xul/staff_client/server/serial/editor_base.js
branches/rel_2_1/Open-ILS/xul/staff_client/server/serial/serctrl_main.xul
branches/rel_2_1/Open-ILS/xul/staff_client/server/skin/serial.css
Log:
More robust fix for edit highlighting in Serial Control View
Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/serial/editor_base.js
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/serial/editor_base.js 2011-04-04 19:45:56 UTC (rev 19980)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/serial/editor_base.js 2011-04-04 19:46:14 UTC (rev 19981)
@@ -353,7 +353,6 @@
}
}
if (typeof obj.changed[fn] != 'undefined') {
- groupbox.setAttribute('style','-moz-appearance: none');
groupbox.setAttribute('class','copy_editor_field_changed');
}
caption = document.createElement('caption'); groupbox.appendChild(caption);
Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/serial/serctrl_main.xul
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/serial/serctrl_main.xul 2011-04-04 19:45:56 UTC (rev 19980)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/serial/serctrl_main.xul 2011-04-04 19:46:14 UTC (rev 19981)
@@ -11,6 +11,7 @@
<?xml-stylesheet href="chrome://open_ils_staff_client/skin/global.css" type="text/css"?>
<?xml-stylesheet href="/xul/server/skin/global.css" type="text/css"?>
<?xml-stylesheet href="/xul/server/skin/cat.css" type="text/css"?>
+<?xml-stylesheet href="/xul/server/skin/serial.css" type="text/css"?>
<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- LOCALIZATION -->
Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/skin/serial.css
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/skin/serial.css 2011-04-04 19:45:56 UTC (rev 19980)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/skin/serial.css 2011-04-04 19:46:14 UTC (rev 19981)
@@ -20,6 +20,9 @@
border: none;
}
.padded_bottom { padding-bottom: 10px; }
+groupbox {
+ -moz-appearance: none;
+}
description#print_routing_desc { margin: 0; padding: 0 1em; }
#pattern_wizard_main > vbox { padding: 0.5em 0; }
#pattern_wizard_main { overflow: auto; }
More information about the open-ils-commits
mailing list