From: phasefx Date: Tue, 8 Feb 2011 22:52:31 +0000 (+0000) Subject: tweak selector used for font_helper() CSS classes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ffee5be1c59a04f1f82076046e88e0f178cca4a1;p=evergreen%2Fpines.git tweak selector used for font_helper() CSS classes 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 Signed-off-by: Jason Etheridge git-svn-id: svn://svn.open-ils.org/ILS/trunk@19411 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index 0860def447..abf7676c52 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -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; }