From: pines Date: Sat, 26 Aug 2006 10:11:46 +0000 (+0000) Subject: interesting CSS stuff X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=114a5a6838a2993a18cc1b31a470b1bf42b0e4d9;p=Evergreen.git interesting CSS stuff git-svn-id: svn://svn.open-ils.org/ILS/trunk@5708 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/display.xul b/Open-ILS/xul/staff_client/server/patron/display.xul index 503b4ef88e..2cff9fe2ad 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.xul +++ b/Open-ILS/xul/staff_client/server/patron/display.xul @@ -53,6 +53,8 @@ 'doit' : g.cgi.param('doit'), } ); + //document.documentElement.style.setProperty('font-size-adjust','1','important'); + } catch(E) { var err_msg = "!! This software has encountered an error. Please tell your friendly " + "system administrator or software developer the following:\n" diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index 750f5d01cc..8b4a1a9635 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -1,6 +1,10 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/TR/REC-html40"); +/* +* { font-size-adjust: .5; } +*/ + description { -moz-user-select: text; } *|textarea:focus { background-color: #DDFFDD; }