From 65c9d6bdf81ad8739b64bbc85e448f65abf9e7df Mon Sep 17 00:00:00 2001
From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com>
Date: Fri, 17 Sep 2010 16:32:42 +0000
Subject: [PATCH] Thread link in breadcrumbs improved
---
Builder/IISMainHandler/build.txt | 2 +-
static/css/global.css | 3 +++
templates/Full/elems/Main.xslt | 9 ++++++++-
templates/Lite/elems/Main.xslt | 9 ++++++++-
4 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt
index aede773..05fd828 100644
--- a/Builder/IISMainHandler/build.txt
+++ b/Builder/IISMainHandler/build.txt
@@ -1 +1 @@
-1384
\ No newline at end of file
+1392
\ No newline at end of file
diff --git a/static/css/global.css b/static/css/global.css
index c9d8cc9..9dd2fce 100644
--- a/static/css/global.css
+++ b/static/css/global.css
@@ -116,3 +116,6 @@ p {
.currentLink {
font-weight:bold;
}
+input {
+ z-index:90000;
+}
diff --git a/templates/Full/elems/Main.xslt b/templates/Full/elems/Main.xslt
index 23f1f4a..6cc18c1 100644
--- a/templates/Full/elems/Main.xslt
+++ b/templates/Full/elems/Main.xslt
@@ -93,7 +93,14 @@
- /Thread//
+
+ /Thread/
+
+
+ /p
+
+
+
>>
diff --git a/templates/Lite/elems/Main.xslt b/templates/Lite/elems/Main.xslt
index afec565..6ef7637 100644
--- a/templates/Lite/elems/Main.xslt
+++ b/templates/Lite/elems/Main.xslt
@@ -46,7 +46,14 @@
- /Thread//
+
+ /Thread/
+
+
+ /p
+
+
+
>>