A couple of CSS and markup corrections
- 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>
This commit is contained in:
parent
f4e1363ccd
commit
c89133ea51
3 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -115,6 +115,7 @@
|
|||
<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 -->
|
||||
|
@ -123,6 +124,7 @@
|
|||
<input type="text" size="30" name="limit-yr" title="Enter search terms" value="" />
|
||||
</fieldset>
|
||||
<!-- /PUB RANGE OPTION -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="yui-g">
|
||||
<!-- /BOOLEAN SEARCH OPTIONS -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue