From 044918c5e0231c5fc192d5096b6fe52f7ad4d532 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Wed, 25 Apr 2012 15:29:26 -0500 Subject: [PATCH] Bug 7998 - followup - make facets header background blue Content-Type: text/plain; charset="utf-8" bug 7998 - followup - fixing headers on search.pl to be blue, rounded. bug 7998 - followup - consistency tweaks match menu borders to the search header tabs (green border) hover menus a very light grey instead of #eee. make fieldset.brief have a consistent border with the rest of the fieldsets. bug 7998 - followup - more tabs/borders updating to fit in new look boraccount.pl bug 7998 - followup - add gradient div to prefs-admin-search.inc --- .../intranet-tmpl/prog/en/css/staff-global.css | 41 ++++++++++++------- .../prog/en/includes/prefs-admin-search.inc | 2 + 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index de4759d..d1ad30c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -544,7 +544,7 @@ div.patronviews { } fieldset.brief { - border : 1px solid #E8E8E8; + border : 2px solid #B9D8D9; } fieldset.brief label, @@ -851,21 +851,24 @@ fieldset.rows .inputnote { .toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a { background-color : #E6F0F2; - border : 1px solid #E8E8E8; + border : 1px solid #B9D8D9; text-align : center; text-decoration : none; - border-radius : 3px; + border-radius : 3px 3px 0 0; } .toptabs .ui-tabs-nav li.ui-tabs-selected a, .toptabs .ui-tabs-nav li.ui-tabs-selected span.a { background-color : #FFF; + border-top : 1px solid #B9D8D9; + border-right : 1px solid #B9D8D9; + border-left : 1px solid #B9D8D9; border-bottom : 1px solid #FFF; margin-top : 0; border-radius : 3px; } .toptabs .tabs-container { - border : 1px solid #E8E8E8; + border : 1px solid #B9D8D9; padding : 1em; } @@ -1388,14 +1391,17 @@ div#menu li a { div#menu li a:hover { - background: #eeeeee; /* Old browsers */ - background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(96%,#eeeeee), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */ - background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */ + background: #fff; /* Old browsers */ + background: -moz-linear-gradient(left, #FAFAFA 0%, #FAFAFA 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FAFAFA), color-stop(96%,#FAFAFA), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */ - background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */ + background: linear-gradient(left, #FAFAFA 0%,#fff 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */ + border-left: 1px solid #85CA11; + border-top: 1px solid #85CA11; + border-bottom: 1px solid #85CA11; } div#menu li.active a:hover { @@ -1410,9 +1416,12 @@ div#menu li.active a:hover { #menu ul li.active a { background-color: #FFF; background-image : none; - border-right: 0; font-weight: bold; color:#000000; + border-left: 1px solid #85CA11; + border-top: 1px solid #85CA11; + border-bottom: 1px solid #85CA11; + border-right: 0; } ul.error { @@ -1554,6 +1563,7 @@ li.email { margin : 0 0 .5em -1px; padding : .1em 0 .4em 1em; border-radius : 5px 5px 0 0; + border : 1px solid #B9D8D9; } /* Hack just for Firefox */ @@ -1589,13 +1599,14 @@ html>/**/body #searchheader button, x:-moz-any-link, x:default { } #search-facets { - border : 1px solid #e8e8e8; + border : 1px solid #B9D8D9; border-radius: 5px 5px 0 0; } #search-facets h4 { - background-color : #F3F3F3; - border-bottom : 1px solid #e8e8e8; + background-color : #E6F0F2; + border-bottom : 1px solid #B9D8D9; + border-radius: 5px 5px 0 0; font-size : 90%; margin : 0; padding : .4em .2em; diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc index 841ffe5..7950abf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc @@ -1,3 +1,4 @@ +

[% LibraryName %]

-- 1.7.2.5