Move <style> to hydra.css
This commit is contained in:
parent
dba8dc9668
commit
7b4d4f1cd7
|
@ -10,26 +10,23 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Hydra - [% title %]</title>
|
<title>Hydra - [% title %]</title>
|
||||||
<link rel="stylesheet" href="/static/bootstrap/css/bootstrap.css" type="text/css" />
|
|
||||||
<link rel="stylesheet" href="/static/css/hydra.css" type="text/css" />
|
|
||||||
<link rel="stylesheet" href="/static/css/logfile.css" type="text/css" />
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
|
||||||
padding-bottom: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/static/bootstrap/css/bootstrap-responsive.css" type="text/css" />
|
|
||||||
|
|
||||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/static/bootstrap/css/bootstrap.css" type="text/css" />
|
||||||
|
<link rel="stylesheet" href="/static/bootstrap/css/bootstrap-responsive.css" type="text/css" />
|
||||||
<script type="text/javascript" src="/static/bootstrap/js/bootstrap-dropdown.js"></script>
|
<script type="text/javascript" src="/static/bootstrap/js/bootstrap-dropdown.js"></script>
|
||||||
<script type="text/javascript" src="/static/bootstrap/js/bootstrap-tab.js"></script>
|
<script type="text/javascript" src="/static/bootstrap/js/bootstrap-tab.js"></script>
|
||||||
<script type="text/javascript" src="/static/bootstrap/js/bootstrap-alert.js"></script>
|
<script type="text/javascript" src="/static/bootstrap/js/bootstrap-alert.js"></script>
|
||||||
<!--
|
|
||||||
|
<link rel="stylesheet" href="/static/css/hydra.css" type="text/css" />
|
||||||
|
<link rel="stylesheet" href="/static/css/logfile.css" type="text/css" />
|
||||||
|
|
||||||
|
<!--
|
||||||
<script type="text/javascript" src="/static/js/tablesorter/jquery.tablesorter.js"></script>
|
<script type="text/javascript" src="/static/js/tablesorter/jquery.tablesorter.js"></script>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
|
@ -78,7 +75,9 @@
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
[% tracker %]
|
[% tracker %]
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
body {
|
||||||
|
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
||||||
|
padding-bottom: 0px; /* 60px to make the container go all the way to the bottom of the topbar */
|
||||||
|
}
|
||||||
|
|
||||||
.logTreeToggle {
|
.logTreeToggle {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
|
Loading…
Reference in a new issue