From 114a5a6838a2993a18cc1b31a470b1bf42b0e4d9 Mon Sep 17 00:00:00 2001 From: pines Date: Sat, 26 Aug 2006 10:11:46 +0000 Subject: [PATCH] interesting CSS stuff git-svn-id: svn://svn.open-ils.org/ILS/trunk@5708 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/display.xul | 2 ++ Open-ILS/xul/staff_client/server/skin/global.css | 4 ++++ 2 files changed, 6 insertions(+) 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; } -- 2.11.0