Merge branch 'master' into frontend-breadcrumb
This commit is contained in:
commit
cce71e0658
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=bc96099cee58b3db618f",
|
||||
"/js/velocity-core.js": "/js/velocity-core.js?id=5c0fe2bf195ee94576fd",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=11c56d3315c780502e04"
|
||||
}
|
||||
|
|
@ -1113,4 +1113,27 @@ i.within-circle {
|
|||
box-shadow: 5px 0 5px -5px #333;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
|
||||
.account-content .account-layout .account-table-content.profile-page-content .table {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.account-content .account-layout .table table tr {
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
.account-content .account-layout .table table tr td {
|
||||
width: 100%;
|
||||
border-top: none;
|
||||
border-right: 1px solid #CCCCCC !important;
|
||||
}
|
||||
|
||||
.velocity-divide-page .right {
|
||||
width: 99% !important;
|
||||
}
|
||||
|
||||
.main-content-wrapper .content-list ul {
|
||||
width: 101.2% !important;
|
||||
}
|
||||
Loading…
Reference in New Issue