From d76a3ba0c0fb58c5061f0a497f543a09a41fbba9 Mon Sep 17 00:00:00 2001 From: Kasun Gajasinghe Date: Fri, 9 Sep 2011 17:13:31 +0000 Subject: [PATCH] Fix for issue 'Keep "search" & "contents" titles always visible in webhelp - ID: 3403438' --- .../template/common/css/positioning.css | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/xsl/webhelp/template/common/css/positioning.css b/xsl/webhelp/template/common/css/positioning.css index 4dd69f218..e5ac5ad09 100755 --- a/xsl/webhelp/template/common/css/positioning.css +++ b/xsl/webhelp/template/common/css/positioning.css @@ -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 + -- 2.40.0