From: Kasun Gajasinghe Date: Sun, 18 Sep 2011 11:03:04 +0000 (+0000) Subject: Customized the left navagation headers; Contents and Search. X-Git-Tag: release/1.79.1~6^2~701 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96b72eece32d337788c2af1a6c7f11262e874216;p=docbook-dsssl Customized the left navagation headers; Contents and Search. Adding custom css for the current redmond ui of jquery-ui. These override jquery-ui's default css customizations. These are supposed to take precedence. --- diff --git a/xsl/webhelp/template/common/css/positioning.css b/xsl/webhelp/template/common/css/positioning.css index 05e6c95a4..e59f29ed8 100755 --- a/xsl/webhelp/template/common/css/positioning.css +++ b/xsl/webhelp/template/common/css/positioning.css @@ -81,6 +81,8 @@ h2 { font: normal 12pt Arial, Helvetica, geneva; z-index: 1500; border-right:2px solid #CCCCCC; background-color: #f0f0f0!important; + -webkit-box-shadow: inset 0px 1px 2px 0px #bdd1e5; + -moz-box-shadow: inset 0px 1px 2px 0px #bdd1e5; } #searchDiv { @@ -94,6 +96,8 @@ h2 { font: normal 12pt Arial, Helvetica, geneva; z-index: 1500; border-right:2px solid #CCCCCC; background-color: #f0f0f0!important; + -webkit-box-shadow: inset 0px 1px 2px 0px #bdd1e5; + -moz-box-shadow: inset 0px 1px 2px 0px #bdd1e5; } #content { diff --git a/xsl/webhelp/template/common/images/search-icon.png b/xsl/webhelp/template/common/images/search-icon.png new file mode 100755 index 000000000..dfd5bb9f9 Binary files /dev/null and b/xsl/webhelp/template/common/images/search-icon.png differ diff --git a/xsl/webhelp/template/common/images/toc-icon.png b/xsl/webhelp/template/common/images/toc-icon.png new file mode 100755 index 000000000..2eb88d26b Binary files /dev/null and b/xsl/webhelp/template/common/images/toc-icon.png differ diff --git a/xsl/webhelp/xsl/webhelp.xsl b/xsl/webhelp/xsl/webhelp.xsl index e96828e7c..2d5299937 100755 --- a/xsl/webhelp/xsl/webhelp.xsl +++ b/xsl/webhelp/xsl/webhelp.xsl @@ -181,39 +181,80 @@ These problems go away when you add this IE=7 mode meta tag. "; - + + + -