]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix for issue 'Keep "search" & "contents" titles always visible in webhelp - ID:...
authorKasun Gajasinghe <kasunbg@gmail.com>
Fri, 9 Sep 2011 17:13:31 +0000 (17:13 +0000)
committerKasun Gajasinghe <kasunbg@gmail.com>
Fri, 9 Sep 2011 17:13:31 +0000 (17:13 +0000)
xsl/webhelp/template/common/css/positioning.css

index 4dd69f218e3226cd6bf5c38e0a2b3e59b775bfc5..e5ac5ad093fea98cae18d7bb53d283a217a6d199 100755 (executable)
@@ -21,7 +21,7 @@ h2 { font: bold 14pt Arial, Helvetica, geneva; }
     overflow: auto;
     position: fixed;
     height: auto;
-    top: 90px;
+    top: 92px;
     bottom: 0;
     left: 0;
     width: 280px;
@@ -29,6 +29,30 @@ h2 { font: bold 14pt Arial, Helvetica, geneva; }
     border-right:2px solid #CCCCCC;
 }
 
+#treeDiv {
+    overflow: auto;
+    position: fixed;
+    height: auto;
+    top: 140px;
+    bottom: 0;
+    left: 0;
+    width: 243px;
+    z-index: 1500;
+    border-right:2px solid #CCCCCC;
+}
+
+#searchDiv {
+    overflow: auto;
+    position: fixed;
+    height: auto;
+    top: 140px;
+    bottom: 0;
+    left: 0;
+    width: 243px;
+    z-index: 1500;
+    border-right:2px solid #CCCCCC;
+}
+
 #content {
     position: relative;
     top: 90px; /* left: 240px;*/
@@ -141,4 +165,4 @@ h2 { font: bold 14pt Arial, Helvetica, geneva; }
     BACKGROUND: url('../images/starsSmall.png') left 25px; 
     FONT-SIZE: 1px; 
 }
\ No newline at end of file
+