Fixed a typo in admin_domains, fixed <strong>-tags not being strong in sparkle
This commit is contained in:
@@ -236,7 +236,7 @@ if ($page == 'domains'
|
||||
`domains_used` = `domains_used` - 1
|
||||
WHERE `adminid` = :adminid"
|
||||
);
|
||||
Database::pexecute($upd_stmt, array('adminid' => $userinfo['admind']));
|
||||
Database::pexecute($upd_stmt, array('adminid' => $userinfo['adminid']));
|
||||
|
||||
$upd_stmt = Database::prepare("
|
||||
UPDATE `" . TABLE_PANEL_CUSTOMERS . "` SET
|
||||
|
||||
4
templates/Sparkle/assets/css/main.css
vendored
4
templates/Sparkle/assets/css/main.css
vendored
@@ -22,6 +22,10 @@ body {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.content {
|
||||
background-color: #f7f8fa;
|
||||
margin-top: 53px;
|
||||
|
||||
Reference in New Issue
Block a user