diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-30 11:27:19 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-30 11:27:19 (GMT) |
commit | 0886b4c494c2058b4f567c8dd6971e02129a4a39 (patch) | |
tree | 5d7264210a2d8b3f96e7689847758c38b3d9bf64 /public_html | |
parent | 7938a1d592fa0c7dd2d186733ab69c7909a36442 (diff) | |
download | kolab-wap-0886b4c494c2058b4f567c8dd6971e02129a4a39.tar.gz |
increased size of task_navigation links, bug #962
Diffstat (limited to 'public_html')
-rw-r--r-- | public_html/skins/default/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
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; } |