martin: server/kolab-webadmin/kolab-webadmin/www/admin style.css, 1.9,	1.10 
    cvs at kolab.org 
    cvs at kolab.org
       
    Thu May  3 02:33:46 CEST 2007
    
    
  
Author: martin
Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin
In directory doto:/tmp/cvs-serv24108
Modified Files:
	style.css 
Log Message:
Martin Konold: Add support for pointer cursors when using labels. (will be usefull later but does not hurt)
Kudos to Tim Gerundt!
Index: style.css
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/style.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- style.css	8 Dec 2006 22:02:35 -0000	1.9
+++ style.css	3 May 2007 00:33:44 -0000	1.10
@@ -194,3 +194,7 @@
   font-size: 80%;
   text-align: right;
 }
+
+label {
+  cursor: pointer;
+}
    
    
More information about the commits
mailing list