alignment
This commit is contained in:
parent
8ff138bca0
commit
15524a5263
|
@ -86,7 +86,7 @@ line-height:4px;}
|
||||||
.content
|
.content
|
||||||
{/*padding-bottom: 100px;*/
|
{/*padding-bottom: 100px;*/
|
||||||
margin-bottom:2%;
|
margin-bottom:2%;
|
||||||
height:70%;
|
height:71%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mapListSection
|
.mapListSection
|
||||||
|
@ -122,6 +122,12 @@ cursor:pointer;}
|
||||||
.resultsList
|
.resultsList
|
||||||
{font-weight:bold;}
|
{font-weight:bold;}
|
||||||
|
|
||||||
|
#totalResults
|
||||||
|
{float:left;}
|
||||||
|
|
||||||
|
#showingResults
|
||||||
|
{float:right;}
|
||||||
|
|
||||||
#noOfResults, #currPageNo, #totalPages, #of
|
#noOfResults, #currPageNo, #totalPages, #of
|
||||||
{font-weight:normal;}
|
{font-weight:normal;}
|
||||||
|
|
||||||
|
@ -229,22 +235,24 @@ box-shadow:2px 3px 4px 2px #c6c0c0;}
|
||||||
/*height:100px*/ /*may need to be changed if content exceeds*/
|
/*height:100px*/ /*may need to be changed if content exceeds*/
|
||||||
/*margin-top:-100px;*/
|
/*margin-top:-100px;*/
|
||||||
width:100%;
|
width:100%;
|
||||||
height:8.6%; /*HA HA HA HA HA HA HA DECIMALS should work, right*/
|
height:7.6%; /*HA HA HA HA HA HA HA DECIMALS should work, right*/
|
||||||
/*margin:0 auto;*/
|
/*margin:0 auto;*/
|
||||||
/*background-color:grey;*/
|
/*background-color:grey;*/
|
||||||
color:#666;
|
color:#666;
|
||||||
font-size:12px;
|
font-size:10px;
|
||||||
clear:both;}
|
clear:both;}
|
||||||
|
|
||||||
#footerLinks
|
#footerLinks
|
||||||
{margin-left: 31%;
|
{margin-left: 35%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-right: 1%;
|
margin-right: 1%;
|
||||||
padding-top: 6px;}
|
padding-top: 6px;
|
||||||
|
position: absolute; /*is this absolute positioning okay?*/
|
||||||
|
bottom: 0px;}
|
||||||
|
|
||||||
.footer a, .footer a:link, .footer a:visited, .footer a:active
|
.footer a, .footer a:link, .footer a:visited, .footer a:active
|
||||||
{text-decoration:none;
|
{text-decoration:none;
|
||||||
font-size:12px;
|
font-size:10px;
|
||||||
color:#666;}
|
color:#666;}
|
||||||
|
|
||||||
.footer a:hover
|
.footer a:hover
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="mapListSection module">
|
<div class="mapListSection module">
|
||||||
<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" id="totalResults">Total Results: <span id="noOfResults">21 </span><p class="resultsList" id="showingResults">Showing Page:</p> <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