[Tickets #1510] NEW: CSS Fix

bugs at bugs.horde.org bugs at bugs.horde.org
Tue Mar 8 09:23:10 PST 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=1510
-----------------------------------------------------------------------
 Ticket             | 1510
 Created By         | mini at zaphod.homeunix.com
 Summary            | CSS Fix
 Queue              | Horde Base
 Version            | HEAD
 State              | New
 Priority           | 1. Low
 Type               | Enhancement
 Owners             | 
+New Attachment     | patch.txt
-----------------------------------------------------------------------


mini at zaphod.homeunix.com (2005-03-08 09:23) wrote:

The Grey theme in horde CVS could use a fix for the widget style. The
following patch adds 5px of padding on the right and left of the style.

Not sure if this should actually go into horde/themes/screen.css so that it
affects all styles.

Index: screen.css
===================================================================
RCS file: /repository/horde/themes/grey/screen.css,v
retrieving revision 1.12
diff -u -r1.12 screen.css
--- screen.css  8 Mar 2005 16:23:55 -0000       1.12
+++ screen.css  8 Mar 2005 17:18:00 -0000
@@ -19,6 +19,8 @@
     color: #333;
     background-color: #ccc;
     border: 1px solid #aaa;
+    padding-right: 5px;
+    padding-left: 5px;
     font-family: Verdana,Helvetica,sans-serif;
     font-size: 11px;
     font-weight: bold;





More information about the bugs mailing list