new navigation tree
desing optimization language fixes
This commit is contained in:
Makefile
assets
bdp-kompass.phpchangelogincludes
info.jsoninfo2.jsonmodules
LimitLoginAttempts
security
classes
@ -51,10 +51,13 @@ body {
|
||||
#wpfooter {
|
||||
padding-left: 150px;
|
||||
}
|
||||
|
||||
#wpbody {
|
||||
padding-right: 40px;
|
||||
}
|
||||
#wpbody-content {
|
||||
background-color: #ffffff;
|
||||
width: 95%;
|
||||
padding-left: 50px;
|
||||
padding-left: 20px;
|
||||
box-shadow: 10px 10px 10px #c0c0c0;
|
||||
border-radius: 10px;
|
||||
border-width: 1px;
|
||||
@ -349,7 +352,7 @@ ul#adminmenu > li.current > a.current:after {
|
||||
|
||||
|
||||
.bdp_setting_box {
|
||||
width: 100%;
|
||||
margin-right: 10px;
|
||||
background-color: #ffffff;
|
||||
padding: 15px;
|
||||
border-style: solid;
|
||||
@ -374,7 +377,8 @@ ul#adminmenu > li.current > a.current:after {
|
||||
|
||||
@media (max-width: 720px) {
|
||||
#wpbody {
|
||||
padding-right: 0px;
|
||||
padding-top: 60px;
|
||||
padding-right: 40px !important;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user