span classes
This commit is contained in:
parent
d9366cdc9e
commit
1563663856
|
@ -20,13 +20,11 @@ height:14%;}
|
||||||
{float:left;
|
{float:left;
|
||||||
margin-left:2%;
|
margin-left:2%;
|
||||||
padding-top:2%;
|
padding-top:2%;
|
||||||
}
|
margin-right:2%;}
|
||||||
|
|
||||||
.searchForm
|
.searchForm
|
||||||
{margin-left:2%;
|
{margin-left:2%;
|
||||||
padding-top:2%;
|
padding-top:2%;}
|
||||||
padding-left:2%;
|
|
||||||
padding-right:2%;}
|
|
||||||
|
|
||||||
.search
|
.search
|
||||||
{width:30%; /*fine if i give this width in percent, right?*/
|
{width:30%; /*fine if i give this width in percent, right?*/
|
||||||
|
@ -62,7 +60,8 @@ border:1px solid #999;
|
||||||
border-radius:16px;} /*this doesn't work need to find a way to give the outline border radius on focus*/
|
border-radius:16px;} /*this doesn't work need to find a way to give the outline border radius on focus*/
|
||||||
|
|
||||||
#searchButton
|
#searchButton
|
||||||
{height:24px;}
|
{height:24px;
|
||||||
|
margin-left:2%;}
|
||||||
|
|
||||||
#logoText
|
#logoText
|
||||||
{font-family:Garamond, "Trebuchet MS", Tahoma, Helvetica, Arial, 'DejaVu Sans', sans-serif;
|
{font-family:Garamond, "Trebuchet MS", Tahoma, Helvetica, Arial, 'DejaVu Sans', sans-serif;
|
||||||
|
|
|
@ -96,8 +96,7 @@
|
||||||
<li><a href="">»</a></li>
|
<li><a href="">»</a></li>
|
||||||
</ol>-->
|
</ol>-->
|
||||||
|
|
||||||
<p class="resultsList">Total Results: <span id="noOfResults">21</span></p>
|
<p class="resultsList">Total Results: <span id="noOfResults">21</span><span class="resultsList">Showing Page:</span> <span id="currPageNo">1</span> <span id="of">of</span> <span id="totalPages"> 10</span></p>
|
||||||
<p class="resultsList">Showing Page: <span id="currPageNo">1</span> <span id="of">of</span> <span id="totalPages"> 10</span></p>
|
|
||||||
|
|
||||||
<div class="firstLast">
|
<div class="firstLast">
|
||||||
<span class="first">First </span>
|
<span class="first">First </span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user