tweak selector used for font_helper() CSS classes
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 8 Feb 2011 22:52:31 +0000 (22:52 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 8 Feb 2011 22:52:31 +0000 (22:52 +0000)
Makes the flat-text MARC editor respect the global font settings,
resolving bug https://bugs.launchpad.net/evergreen/+bug/678078

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19411 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 0860def..abf7676 100644 (file)
@@ -29,29 +29,29 @@ treechildren::-moz-tree-cell-text(selected,focus) {
 * { font-size-adjust: .5; }
 */
 
-.ALL_FONTS_SMALLER * { font-size-adjust: .3 !important;}
-.ALL_FONTS_LARGER * { font-size-adjust: 1.1 !important; }
-.ALL_FONTS_XX_SMALL * { font-size: xx-small !important; }
-.ALL_FONTS_X_SMALL * { font-size: x-small !important; }
-.ALL_FONTS_SMALL * { font-size: small !important; }
-.ALL_FONTS_MEDIUM * { font-size: medium !important; }
-.ALL_FONTS_LARGE * { font-size: large !important; }
-.ALL_FONTS_X_LARGE * { font-size: x-large !important; }
-.ALL_FONTS_XX_LARGE * { font-size: xx-large !important; }
-.ALL_FONTS_5PT * { font-size: 5pt !important; }
-.ALL_FONTS_6PT * { font-size: 6pt !important; }
-.ALL_FONTS_7PT * { font-size: 7pt !important; }
-.ALL_FONTS_8PT * { font-size: 8pt !important; }
-.ALL_FONTS_9PT * { font-size: 9pt !important; }
-.ALL_FONTS_10PT * { font-size: 10pt !important; }
-.ALL_FONTS_11PT * { font-size: 11pt !important; }
-.ALL_FONTS_12PT * { font-size: 12pt !important; }
-.ALL_FONTS_13PT * { font-size: 13pt !important; }
-.ALL_FONTS_14PT * { font-size: 14pt !important; }
-.ALL_FONTS_15PT * { font-size: 15pt !important; }
-.ALL_FONTS_16PT * { font-size: 16pt !important; }
-.ALL_FONTS_17PT * { font-size: 17pt !important; }
-.ALL_FONTS_18PT * { font-size: 18pt !important; }
+.ALL_FONTS_SMALLER *|* { font-size-adjust: .3 !important;}
+.ALL_FONTS_LARGER *|* { font-size-adjust: 1.1 !important; }
+.ALL_FONTS_XX_SMALL *|* { font-size: xx-small !important; }
+.ALL_FONTS_X_SMALL *|* { font-size: x-small !important; }
+.ALL_FONTS_SMALL *|* { font-size: small !important; }
+.ALL_FONTS_MEDIUM *|* { font-size: medium !important; }
+.ALL_FONTS_LARGE *|* { font-size: large !important; }
+.ALL_FONTS_X_LARGE *|* { font-size: x-large !important; }
+.ALL_FONTS_XX_LARGE *|* { font-size: xx-large !important; }
+.ALL_FONTS_5PT *|* { font-size: 5pt !important; }
+.ALL_FONTS_6PT *|* { font-size: 6pt !important; }
+.ALL_FONTS_7PT *|* { font-size: 7pt !important; }
+.ALL_FONTS_8PT *|* { font-size: 8pt !important; }
+.ALL_FONTS_9PT *|* { font-size: 9pt !important; }
+.ALL_FONTS_10PT *|* { font-size: 10pt !important; }
+.ALL_FONTS_11PT *|* { font-size: 11pt !important; }
+.ALL_FONTS_12PT *|* { font-size: 12pt !important; }
+.ALL_FONTS_13PT *|* { font-size: 13pt !important; }
+.ALL_FONTS_14PT *|* { font-size: 14pt !important; }
+.ALL_FONTS_15PT *|* { font-size: 15pt !important; }
+.ALL_FONTS_16PT *|* { font-size: 16pt !important; }
+.ALL_FONTS_17PT *|* { font-size: 17pt !important; }
+.ALL_FONTS_18PT *|* { font-size: 18pt !important; }
 
 .copyable * { -moz-user-select: text; -moz-user-focus: normal; }