Add Bulma-style footer to bobcat theme
also refactor HTML element tree in general, for sake of bulma
This commit is contained in:
parent
103f006cc0
commit
1fa56aa683
5 changed files with 124 additions and 144 deletions
|
@ -207,15 +207,6 @@ if (session_timeout) {
|
|||
|
||||
$(function() {
|
||||
|
||||
/*
|
||||
* Initialize the menu bar.
|
||||
*/
|
||||
$('ul.menubar').menubar({
|
||||
buttons: true,
|
||||
menuIcon: true,
|
||||
autoExpand: true
|
||||
});
|
||||
|
||||
/*
|
||||
* enhance buttons
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
******************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue