public_html/skins

Torsten Grote grote at kolabsys.com
Thu Aug 30 13:28:07 CEST 2012


 public_html/skins/default/style.css |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 0886b4c494c2058b4f567c8dd6971e02129a4a39
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Aug 30 13:27:19 2012 +0200

    increased size of task_navigation links, bug #962

diff --git a/public_html/skins/default/style.css b/public_html/skins/default/style.css
index 6f6de71..0419137 100644
--- a/public_html/skins/default/style.css
+++ b/public_html/skins/default/style.css
@@ -151,7 +151,7 @@ td.label {
 #task_navigation {
   margin: 0 15px;
   text-align: right;
-  height: 18px;
+  height: 25px;
   z-index: 2;
   white-space: nowrap;
 }
@@ -284,13 +284,14 @@ td.label {
 #task_navigation ul {
   list-style-type: none;
   margin: 0;
-  padding: 0px 0;
+  padding: 5px;
 }
 
 #task_navigation ul li {
   padding: 1px 0;
   display: inline;
-  font-size: 11px;
+  font-size: 14px;
+  font-weight: bold;
   text-shadow: white 1px 1px;
 }
 





More information about the commits mailing list