diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-09-04 13:32:32 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-09-04 13:32:32 (GMT) |
commit | f409d7b25ea4a7774f34e5debe36e9d8ab00a13f (patch) | |
tree | b60f8bccfbf64eed23b815d202c02a7dcf0a476e /public_html | |
parent | a7da53e628cc2423f40486e463e342db909e3841 (diff) | |
parent | 4710087f40a12b5a36b41585d9f7ac713b4fafc5 (diff) | |
download | kolab-wap-f409d7b25ea4a7774f34e5debe36e9d8ab00a13f.tar.gz |
Merge branch 'master' of ssh://git.kolab.org/git/kolab-wap
Diffstat (limited to 'public_html')
-rw-r--r-- | public_html/skins/default/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public_html/skins/default/style.css b/public_html/skins/default/style.css index 0419137..64d0ef1 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: 25px; + height: 21px; z-index: 2; white-space: nowrap; } @@ -284,13 +284,13 @@ td.label { #task_navigation ul { list-style-type: none; margin: 0; - padding: 5px; + padding: 2px 0; } #task_navigation ul li { padding: 1px 0; display: inline; - font-size: 14px; + font-size: 12px; font-weight: bold; text-shadow: white 1px 1px; } |