From 329bc28d065381e060be32b63960ea35600ca41e Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Sun, 12 Aug 2012 18:44:18 +0200 Subject: [PATCH] Commented out unused(?) class that interfered with appsettings. --- apps/calendar/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index 5cda4b1bef..363a24aea1 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -40,7 +40,7 @@ .thisday{background: #FFFABC;} .event {position:relative;} .event.colored {border-bottom: 1px solid white;} -.popup {display: none; position: absolute; z-index: 1000; background: #eeeeee; color: #000000; border: 1px solid #1a1a1a; font-size: 90%;} +/*.popup {display: none; position: absolute; z-index: 1000; background: #eeeeee; color: #000000; border: 1px solid #1a1a1a; font-size: 90%;}*/ .event_popup {width: 280px; height: 40px; padding: 10px;} input[type="button"].active {color: #6193CF}