From f72e5c7f7a10cb35660d64e91a01a07eeca50f90 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 18 Dec 2009 18:18:06 -0500 Subject: [PATCH] Revert "Tweak these positions a bit, fixes wrapping and overlapping of some of the menu/body elements for me" This isn't the correct solution This reverts commit 403882dcd35b2ca6238770c47a60acb776f11bf4. --- kronolith/themes/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 011caab6f..7cc508e6f 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -424,7 +424,7 @@ body.kronolithAjax { top: 10px; bottom: 10px; left: 10px; - width: 165px; + width: 153px; } #kronolithMenuCalendars { position: absolute; @@ -821,7 +821,7 @@ div.kronolithFormActions { #kronolithBody { position: absolute; top: 43px; - left: 185px; + left: 175px; right: 10px; bottom: 10px; overflow: auto; -- 2.11.0