Fix installation page UI

This commit is contained in:
Mike Koch 2015-02-01 10:42:45 -05:00
parent 55dc1accde
commit 90083c1c51
2 changed files with 5 additions and 3 deletions

View File

@ -307,6 +307,8 @@ div.headersm {
margin: 0;
font-weight: 700;
padding-left: 20px;
background-image: none;
height: auto;
}
div.installWarning {
width: 70%;

View File

@ -822,10 +822,10 @@ function hesk_iHeader()
<head>
<title>HESK <?php echo HESK_NEW_VERSION; ?> Setup</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="../css/bootstrap.css">
<link rel="stylesheet" href="../css/bootstrap-theme.css">
<link href="../hesk_style.css?<?php echo HESK_NEW_VERSION; ?>" type="text/css" rel="stylesheet" />
<link href="../css/hesk_newStyle.php" type="text/css" rel="stylesheet" />
<link rel="stylesheet" href="../css/bootstrap.css">
<link rel="stylesheet" href="../css/bootstrap-theme.css">
<link href="../css/hesk_newStyle.php" type="text/css" rel="stylesheet" />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="../js/jquery-1.10.2.min.js"></script>
<script language="Javascript" type="text/javascript" src="../hesk_javascript.js?<?php echo HESK_NEW_VERSION; ?>"></script>