From: Michael J. Rubinsky Date: Tue, 22 Dec 2009 17:35:05 +0000 (-0500) Subject: fix padding on .button in the kronolithMenu. Still some issues X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6c2f0530fa0de7bd15cae5225b9faf5a96f79f87;p=horde.git fix padding on .button in the kronolithMenu. Still some issues with other themes, but that's for another day :) --- diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 7cc508e6f..efb2b8089 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -426,6 +426,9 @@ body.kronolithAjax { left: 10px; width: 153px; } +#kronolithMenu .button { + padding: 1px 2px; +} #kronolithMenuCalendars { position: absolute; top: 265px;