mirror of https://bitbucket.org/ausocean/av.git
audio-player: footer and liscence
This commit is contained in:
parent
b0f87dd01e
commit
935e3fca62
|
@ -12,8 +12,7 @@
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="d-flex flex-column">
|
<body>
|
||||||
<div id="page-content">
|
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<input type="file" id="input">
|
<input type="file" id="input">
|
||||||
|
@ -25,8 +24,8 @@
|
||||||
</audio>
|
</audio>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<footer id="sticky-footer" class="footer py-4 bg-dark text-white-50"
|
||||||
<footer id="sticky-footer" class="footer py-4 bg-dark text-white-50">
|
style="position: absolute; bottom: 0; width: 100%;">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<small>©2019 Australian Ocean Laboratory Limited (AusOcean) (<a rel="license"
|
<small>©2019 Australian Ocean Laboratory Limited (AusOcean) (<a rel="license"
|
||||||
href="https://www.ausocean.org/license">License</a>)</small>
|
href="https://www.ausocean.org/license">License</a>)</small>
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
html,
|
|
||||||
body {
|
|
||||||
min-height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#page-content {
|
|
||||||
flex: 1 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sticky-footer {
|
|
||||||
flex-shrink: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.jumbotron {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
Loading…
Reference in New Issue