From 96b72eece32d337788c2af1a6c7f11262e874216 Mon Sep 17 00:00:00 2001 From: Kasun Gajasinghe Date: Sun, 18 Sep 2011 11:03:04 +0000 Subject: [PATCH] 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. --- .../template/common/css/positioning.css | 4 + .../template/common/images/search-icon.png | Bin 0 -> 278 bytes .../template/common/images/toc-icon.png | Bin 0 -> 169 bytes xsl/webhelp/xsl/webhelp.xsl | 97 +++++++++++++----- 4 files changed, 73 insertions(+), 28 deletions(-) create mode 100755 xsl/webhelp/template/common/images/search-icon.png create mode 100755 xsl/webhelp/template/common/images/toc-icon.png 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 0000000000000000000000000000000000000000..dfd5bb9f9e85540166383c79ed2b586933e7ae7b GIT binary patch literal 278 zcmeAS@N?(olHy`uVBq!ia0vp^{6Ngj!3HE3xL=O}Qj#UE5hcO-X(i=}MX3yqDfvmM z3ZA)%>8U}fi7AzZCsS>JigtLqIEGZ*O8WEvzdiHL2G(NLxWAHc0U{T&Y#~*3Na6`RKRDn`d%%-sL|c+&ImWsgQX>E=LjLg$9-+6KjT# zEE4P)2iPYhI^_8GJmU}8uf$xt!ou{BhJe4U3Qsw@ICB=BbI}l0lx%od)4;&Y Z5NvL9miyVke?UJlc)I$ztaD0e0s!+=V1fVu literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..2eb88d26b247234e8afc59327e335cc4b4687794 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^{6Ngj!3HE3xL=O}Qj#UE5hcO-X(i=}MX3yqDfvmM z3ZA)%>8U}fi7AzZCsS>Jio88t978H@CH?vT-=2AALuVtC!^AW(31vgWLi-6t5gQU1 zlbxKH{Pv%jZ$Dq~SX#@^nG+{Y)VMw2Fh`#81+zstY&VTNa^#{u@(3g_n8m93GL~+8 Q3N)6%)78&qol`;+09K7RssI20 literal 0 HcmV?d00001 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. "; - + + + -