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