add pagination custom css
This commit is contained in:
parent
a1fd85c52a
commit
c4f0053dd9
1 changed files with 10 additions and 0 deletions
|
@ -380,3 +380,13 @@ h1 i {
|
|||
height: 600px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.kc-pagination {
|
||||
border: 1px solid #d1d1d1;
|
||||
font-size: 12px;
|
||||
height: 23px;
|
||||
margin-right: 10px;
|
||||
padding-right: 10px;
|
||||
text-align: right;
|
||||
width: 30px;
|
||||
}
|
Loading…
Reference in a new issue