Fixed a typo in admin_domains, fixed <strong>-tags not being strong in sparkle

This commit is contained in:
BNoiZe
2013-12-04 21:02:15 +01:00
parent 34dd96ec68
commit cd464ed01e
2 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -22,6 +22,10 @@ body {
padding:0;
}
strong {
font-weight: 600;
}
.content {
background-color: #f7f8fa;
margin-top: 53px;