Added margin top on pagination
This commit is contained in:
parent
0f382acbf4
commit
71ddbacbd8
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/admin.js": "/js/admin.js?id=da5ebef9c25a064e7ed6",
|
||||
"/css/admin.css": "/css/admin.css?id=ccc39419fee98ed8ac7b"
|
||||
"/css/admin.css": "/css/admin.css?id=ab82d043cc294fcca903"
|
||||
}
|
||||
|
|
@ -792,4 +792,8 @@ body {
|
|||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
// css for rtl end here
|
||||
// css for rtl end here
|
||||
|
||||
.pagination {
|
||||
margin-top: 30px;
|
||||
}
|
||||
Loading…
Reference in New Issue