interesting CSS stuff
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 26 Aug 2006 10:11:46 +0000 (10:11 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 26 Aug 2006 10:11:46 +0000 (10:11 +0000)
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
Open-ILS/xul/staff_client/server/skin/global.css

index 503b4ef..2cff9fe 100644 (file)
@@ -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" 
index 750f5d0..8b4a1a9 100644 (file)
@@ -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; }