Add Bulma-style footer to bobcat theme

also refactor HTML element tree in general, for sake of bulma
This commit is contained in:
Lance Edgar 2018-11-28 22:09:35 -06:00
parent 103f006cc0
commit 1fa56aa683
5 changed files with 124 additions and 144 deletions

View file

@ -207,15 +207,6 @@ if (session_timeout) {
$(function() {
/*
* Initialize the menu bar.
*/
$('ul.menubar').menubar({
buttons: true,
menuIcon: true,
autoExpand: true
});
/*
* enhance buttons
*/

View file

@ -161,25 +161,6 @@ header nav.level #current-context span {
/* padding: 5px; */
/* } */
/******************************
* footer
******************************/
/* TODO: should deprecate / remove in favor of some bulma footer */
#footer {
border-top: 1px solid lightgray;
bottom: 0;
clear: both;
font-size: 9pt;
height: 20px;
left: 0;
line-height: 20px;
margin: -4em 0 0 0;
position: absolute;
text-align: center;
width: 100%;
}
/******************************
* feedback
******************************/