Added margin top on pagination

This commit is contained in:
jitendra 2019-02-26 13:14:18 +05:30
parent 0f382acbf4
commit 71ddbacbd8
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
}

View File

@ -792,4 +792,8 @@ body {
transform: rotate(180deg);
}
}
// css for rtl end here
// css for rtl end here
.pagination {
margin-top: 30px;
}