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; margin: 0;
font-weight: 700; font-weight: 700;
padding-left: 20px; padding-left: 20px;
background-image: none;
height: auto;
} }
div.installWarning { div.installWarning {
width: 70%; width: 70%;

View File

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