From: Jan Schneider Date: Tue, 3 Nov 2009 14:41:49 +0000 (+0100) Subject: We don't have a context menu right now, so don't carry one around. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=15a1f559181434e0028d920d9406fec69ca0deaf;p=horde.git We don't have a context menu right now, so don't carry one around. --- diff --git a/kronolith/index.php b/kronolith/index.php index 5eee64fae..e43e9589e 100644 --- a/kronolith/index.php +++ b/kronolith/index.php @@ -46,7 +46,6 @@ if (!file_exists($registry->get('jsfs') . '/' . $datejs)) { $scripts = array( array($datejs, 'kronolith', true), array('date.js', 'kronolith', true), - array('ContextSensitive.js', 'kronolith', true), array('dhtmlHistory.js', 'horde', true), array('redbox.js', 'horde', true), array('tooltips.js', 'horde', true), diff --git a/kronolith/templates/index/index.inc b/kronolith/templates/index/index.inc index c3aab7846..b16a7d454 100644 --- a/kronolith/templates/index/index.inc +++ b/kronolith/templates/index/index.inc @@ -140,9 +140,3 @@ require dirname(__FILE__) . '/agenda.inc'; - diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 20b900434..b2175e01f 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -638,40 +638,6 @@ div#kronolithEventTopTags span:hover { cursor: pointer; } -/* Context menu */ -.kronolithContextMenu { - width: auto; - min-width: 150px; - padding: 2px; - position: absolute; - top: 0; - z-index: 1000; - background: #f4f4f4; - border: 1px #c0c0c0 solid; - color: #202020; -} -.kronolithContextMenu a { - display: block; - height: 18px; - line-height: 18px; - padding: 2px 4px; - border: 1px #f4f4f4 solid; - color: #202020; - text-decoration: none; - white-space: nowrap; - -} -.kronolithContextMenu a:hover { - color: black; - text-decoration: none; -} -.kronolithContextMenu div.kronolithSeparator { - height: 1px; - line-height: 1px; - background: #d4d4d4; - margin-bottom: 1px; -} - /* Mini calendar */ .kronolithMinical { position: relative;