first last buttons
This commit is contained in:
parent
df1ca01f01
commit
e5e055059a
|
@ -123,11 +123,13 @@ cursor:pointer;}
|
||||||
{font-weight:bold;}
|
{font-weight:bold;}
|
||||||
|
|
||||||
#totalResults
|
#totalResults
|
||||||
{float:left;
|
{font-size:10px;
|
||||||
|
float:left;
|
||||||
padding-left:4px;}
|
padding-left:4px;}
|
||||||
|
|
||||||
#showingResults
|
#showingResults
|
||||||
{float:right;
|
{font-size:10px;
|
||||||
|
float:right;
|
||||||
padding-right:4px;}
|
padding-right:4px;}
|
||||||
|
|
||||||
#noOfResults, #currPageNo, #totalPages, #of
|
#noOfResults, #currPageNo, #totalPages, #of
|
||||||
|
@ -204,13 +206,12 @@ background: linear-gradient(top, #d19f9f 0%,#e5e5e5 100%);
|
||||||
transform:scale(1.25);}*/
|
transform:scale(1.25);}*/
|
||||||
|
|
||||||
.firstLast
|
.firstLast
|
||||||
{font-size:10px;
|
{font-size:12px;
|
||||||
padding-bottom:14px;
|
padding-bottom:14px;
|
||||||
cursor:pointer;}
|
cursor:pointer;}
|
||||||
|
|
||||||
.first, .last
|
.first, .last
|
||||||
{margin-right:12px;
|
{border:1px solid #e5e5e5;
|
||||||
border:1px solid #e5e5e5;
|
|
||||||
padding:2px 4px;
|
padding:2px 4px;
|
||||||
color:#999;
|
color:#999;
|
||||||
-moz-box-shadow:2px 3px 4px #c6c0c0;
|
-moz-box-shadow:2px 3px 4px #c6c0c0;
|
||||||
|
@ -219,11 +220,11 @@ box-shadow:2px 3px 4px #c6c0c0;
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
font-weight:bold;}
|
font-weight:bold;}
|
||||||
|
|
||||||
.first
|
/*.first
|
||||||
{text-align:left;}
|
{text-align:left;}
|
||||||
|
|
||||||
.last
|
.last
|
||||||
{text-align:right;}
|
{text-align:right;}*/
|
||||||
|
|
||||||
|
|
||||||
.first:hover, .last:hover
|
.first:hover, .last:hover
|
||||||
|
|
Loading…
Reference in New Issue
Block a user