From b381f2d73e35133adc6c17b82978b3f2dd83b9da Mon Sep 17 00:00:00 2001 From: Kasun Gajasinghe Date: Sun, 18 Sep 2011 12:08:27 +0000 Subject: [PATCH] adjustments to header title. Now output in Opera looks good. --- .../template/common/css/positioning.css | 27 ++++++++----------- xsl/webhelp/xsl/webhelp.xsl | 9 ++++++- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/xsl/webhelp/template/common/css/positioning.css b/xsl/webhelp/template/common/css/positioning.css index e59f29ed8..2d3405f81 100644 --- a/xsl/webhelp/template/common/css/positioning.css +++ b/xsl/webhelp/template/common/css/positioning.css @@ -38,9 +38,19 @@ h2 { font: normal 12pt Arial, Helvetica, geneva; #header h1 { color: #fff; margin-left: 310px; + position: fixed; + top: 10px; + left: -15px; + color: white!important; } -#header h1, p.breadcrumbs { +/* +#header h1 { + margin-top: 2px; +} +*/ + +p.breadcrumbs { margin-top: 30px; margin-left: 310px; } @@ -282,12 +292,6 @@ p.breadcrumbs a:hover { FONT-SIZE: 1px; } - - table.navLinks { margin-right: 20px; } @@ -392,15 +396,6 @@ body #content { top: 0px; } - - body.sidebar #toolbar{ left: 0px; } diff --git a/xsl/webhelp/xsl/webhelp.xsl b/xsl/webhelp/xsl/webhelp.xsl index 2d5299937..d6e136028 100644 --- a/xsl/webhelp/xsl/webhelp.xsl +++ b/xsl/webhelp/xsl/webhelp.xsl @@ -209,12 +209,14 @@ span.searchTab { /* Overide jquery treeview's defaults for ul. */ .treeview ul { - background-color: #F0F0F0 !important; + background-color: transparent; margin-top: 4px; } #webhelp-currentid { background-color: #D8D8D8 !important; } +.treeview .hover { color: black; } +.filetree li span a { text-decoration: none; font-size: 12px; color: #517291; } /* Override jquery-ui's default css customizations. These are supposed to take precedence over those.*/ .ui-widget-content { @@ -248,6 +250,11 @@ border: none; background: none; font-weight: none; color: none; } -webkit-border-radius:15px; -moz-border-radius:10px; border: 1px solid #f1f1f1; } +.ui-corner-all { border-radius: 0 0 0 0; } + +.ui-tabs { padding: .2em;} +.ui-tabs .ui-tabs-nav li { top: 0px; margin: -2px 0 1px; text-transform: uppercase; font-size: 10.5px;} +.ui-tabs .ui-tabs-nav li a { padding: .25em 2em .25em 1em; margin: .5em; text-shadow: 0 1px 0 rgba(255,255,255,.5); }