A couple of CSS and markup corrections
authorOwen Leonard <oleonard@myacpl.org>
Tue, 11 May 2010 14:10:02 +0000 (10:10 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 13 May 2010 19:22:33 +0000 (07:22 +1200)
- moving inline style declaration to the default stylesheet
- correcting markup structure on advanced search screen to allow
  consistent custom styling

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl

index 41bb6ad..5142dd2 100644 (file)
@@ -236,8 +236,10 @@ input[type=submit]:active, input[type=button], input[type=reset] {
        border: 1px inset #666666;
 }
 
-td.resultscontrol {
+td.resultscontrol,
+.searchresults td.resultscontrol {
        background-color : #EEE;
+       border : 1px solid #E8E8E8;
        vertical-align : middle;
        padding : 3px 3px 5px 5px;
 }
index 781c30f..52b00e7 100644 (file)
     <a href="/cgi-bin/koha/opac-search.pl?do=Clear">[New Search]</a>
 
 <!-- /SEARCH BUTTONS --></div></div>
+<div class="yui-g">
 <div id="pubrange" class="container">
 <fieldset>
 <!-- PUB RANGE OPTION -->
 </fieldset>
 <!-- /PUB RANGE OPTION -->
 </div>
+</div>
     <div class="yui-g">
 <!-- /BOOLEAN SEARCH OPTIONS -->
     <div id="advsearch-itemtype" class="container">
index 0be9314..d5d87a2 100644 (file)
@@ -326,7 +326,7 @@ $(document).ready(function(){
 
         <!-- TABLE RESULTS START -->
         <table>
-               <tr><td colspan="5" class="resultscontrol" style="border : 1px solid #e8e8e8;">
+               <tr><td colspan="5" class="resultscontrol">
                <div class="resort"> <select id="sort_by" name="sort_by"> <!--TMPL_INCLUDE NAME="resort_form.inc"--> </select> <input type="submit" class="submit clearfix" id="sortsubmit" value="Go" /></div>
                <div class="cartlist">
             <!-- checkall, clearall are now needed for placehold -->