Fix installation page UI
This commit is contained in:
parent
55dc1accde
commit
90083c1c51
@ -307,6 +307,8 @@ div.headersm {
|
||||
margin: 0;
|
||||
font-weight: 700;
|
||||
padding-left: 20px;
|
||||
background-image: none;
|
||||
height: auto;
|
||||
}
|
||||
div.installWarning {
|
||||
width: 70%;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user