Skip to content

Commit

Permalink
Change panel buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Arnold committed Dec 4, 2014
1 parent 56f7375 commit 9a08117
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/templates/panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ <h3 class="subheader">Panels are frames that slide in from the top, left, bottom

<hr>

<button class="button" zf-toggle="t-panel">Top Panel</button>
<button class="button" zf-toggle="r-panel">Right Panel</button>
<button class="button" zf-toggle="b-panel">Bottom Panel</button>
<button class="button" zf-toggle="l-panel">Left Panel</button>
<button class="button" zf-hard-toggle="t-panel">Top Panel</button>
<button class="button" zf-hard-toggle="r-panel">Right Panel</button>
<button class="button" zf-hard-toggle="b-panel">Bottom Panel</button>
<button class="button" zf-hard-toggle="l-panel">Left Panel</button>

<hr>

Expand Down

0 comments on commit 9a08117

Please sign in to comment.