richard: server/kolab-webadmin/kolab-webadmin/www/admin style.css, 1.12, 1.13

cvs at kolab.org cvs at kolab.org
Wed Nov 25 20:18:50 CET 2009


Author: richard

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin
In directory doto:/tmp/cvs-serv9221/www/admin

Modified Files:
	style.css 
Log Message:
a better implemention of kolab/issue3401.
Links are now directly visible and change when hovered.



Index: style.css
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/style.css,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- style.css	15 Nov 2009 20:39:38 -0000	1.12
+++ style.css	25 Nov 2009 19:18:47 -0000	1.13
@@ -135,10 +135,17 @@
 .contenttext {
   margin: 10px;
 }
+div.contenttext a {
+ font-weight: bold;
+}
 .contenttable {
   width: 100%;
   background-color: black;
   border: 0px;
+}
+.contenttable tr a {
+  font-weight: bold;
+  text-decoration: none;
 }
 .contentroweven {
   background-color: #C0CDE0;





More information about the commits mailing list