From c2fb6fa34e82d0f5fcec6d94500f7f8474c75b11 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 8 Jun 2010 18:34:13 +0200 Subject: [PATCH 1/2] =?UTF-8?q?undo=20e5abff67bacc8b74659033eaef7d3d8ad49d?= =?UTF-8?q?68d2:=20CSS-Rollover=20f=C3=BCr=20Locations=20mit=20Link=20zu?= =?UTF-8?q?=20Google=20Maps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/static/style/default.css | 17 --------------- xsl/common.xsl | 36 ++------------------------------ 2 files changed, 2 insertions(+), 51 deletions(-) diff --git a/content/static/style/default.css b/content/static/style/default.css index a7a12121a..73d00b4b3 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -251,23 +251,6 @@ pre { text-decoration: underline; } -/* -- Location hints -- */ -ul.location-hints { - display: none; - position: fixed; - background-color: white; - margin: 0; - padding: 0.1em 0.3em; - border: 2px solid #ebc63c; -} -ul.location-hints li { - list-style-type: none; - list-style-image: none; -} -dl:hover dd ul.location-hints { - display: inline; -} - /* -- Upcoming -- */ #upcoming { text-align: left; diff --git a/xsl/common.xsl b/xsl/common.xsl index 7343ce1f3..753952961 100644 --- a/xsl/common.xsl +++ b/xsl/common.xsl @@ -5,7 +5,7 @@ xmlns:atom="http://www.w3.org/2005/Atom" xmlns:date="http://exslt.org/dates-and-times" xmlns:str="http://exslt.org/strings" - exclude-result-prefixes="xsl atom date str"> + exclude-result-prefixes="xsl atom date">
@@ -260,39 +260,7 @@
Ort
-
- - - - - - -
+
From 57f874e8b8afc5d8c197de1fb96ef350ab919349 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 8 Jun 2010 18:52:00 +0200 Subject: [PATCH 2/2] default.css: make calendar locations wrap --- content/static/style/default.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/content/static/style/default.css b/content/static/style/default.css index 73d00b4b3..d27367525 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -290,17 +290,13 @@ pre { } #upcoming ul li .location { - /*display: none;*/ - visibility: hidden; - white-space: nowrap; + display: none; overflow: hidden; font-size: xx-small; font-weight: bold; } -#upcoming ul li:hover .location { - /*display: inline;*/ - visibility: visible; - background-color: white; +#upcoming ul li:hover .location { + display: inline; } /* -- footer -- */