Closed MattArnold closed 10 years ago
The div #hidenav is intended to collapse the tag filter widget. When #hidenav is clicked:
#hidenav
.col-md-10
.col-md-12
<div id="#shownav" class=".tagsinput"> <button class="btn btn-xs"><i class="fa fa-expand"></i></button> <i class="fa fa-filter"></i></div>
inside the header, just to the left of where the "Create Event" button is now. This approximates the former location of #hidenav.
When #shownav is clicked:
#shownav
Closed as duplicate of Issue #40 .
The div
#hidenav
is intended to collapse the tag filter widget. When#hidenav
is clicked:.col-md-10
class to the.col-md-12
class, to take up the entire width of the browser window.inside the header, just to the left of where the "Create Event" button is now. This approximates the former location of
#hidenav
.When
#shownav
is clicked:#shownav
..col-md-12
class to the.col-md-10
class.