audio-player: footer and liscence

This commit is contained in:
Trek H 2019-08-05 12:39:55 +09:30
parent b0f87dd01e
commit 935e3fca62
2 changed files with 12 additions and 29 deletions

View File

@ -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>&copy;2019 Australian Ocean Laboratory Limited (AusOcean) (<a rel="license" <small>&copy;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>

View File

@ -1,16 +0,0 @@
html,
body {
min-height: 100%;
}
#page-content {
flex: 1 0 auto;
}
#sticky-footer {
flex-shrink: none;
}
.jumbotron {
margin: 0;
}