#36 App user interface now fully working for pre-alpha release

... but app.js is still not being deployed.
This commit is contained in:
Simon Brooke 2017-03-31 07:30:55 +01:00
parent c75bdb9e5e
commit c1a120daf2
5 changed files with 53 additions and 49 deletions

View file

@ -60,13 +60,9 @@ footer {
width: 100%;
margin: 0;
padding: 0.25em 0;
bottom:0;
position:fixed;
vertical-align: top;
bottom: 0;
position: fixed;
z-index:150;
_position:absolute;
_top:expression(eval(document.documentElement.scrollTop+
(document.documentElement.clientHeight-this.offsetHeight)));
}
footer div {
@ -373,10 +369,6 @@ th {
border-radius: 0.5em;
}
footer {
display: none;
}
h1 {
/* I wouldn't normally use a px value, but the menu icon is 49px wide */
padding: 0.25em 5%;