phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [18557] make xslt error messages nicer


From: Dave Hall
Subject: [Phpgroupware-cvs] [18557] make xslt error messages nicer
Date: Sun, 01 Jun 2008 01:07:55 +0000

Revision: 18557
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18557
Author:   skwashd
Date:     2008-06-01 01:07:55 +0000 (Sun, 01 Jun 2008)

Log Message:
-----------
make xslt error messages nicer

Modified Paths:
--------------
    trunk/phpgwapi/templates/base/css/base.css

Modified: trunk/phpgwapi/templates/base/css/base.css
===================================================================
--- trunk/phpgwapi/templates/base/css/base.css  2008-06-01 01:07:15 UTC (rev 
18556)
+++ trunk/phpgwapi/templates/base/css/base.css  2008-06-01 01:07:55 UTC (rev 
18557)
@@ -73,3 +73,22 @@
        text-align: center;
 }
 
+ol.source
+{
+       background-color: #ccc;
+       border: 1px solid #ccc;
+       height: 300px;
+       list-style-type: decimal;
+       overflow: auto;
+       padding-left: 4em;
+}
+
+ol.source li
+{
+       background-color: #fff;
+       border-bottom: #eee;
+       display: list-item;
+       font-family: monospace;
+       list-style-type: decimal;
+       white-space: pre;
+}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]