shared toolbar radio button style is working. just need to store state.

This commit is contained in:
kay.one 2013-04-25 21:45:45 -07:00
commit fe554849c2
15 changed files with 183 additions and 142 deletions

View file

@ -1,8 +1,8 @@
<div class="pull-left page-toolbar">
<div class="x-toolbar-left-1 btn-group"/>
<div class="x-toolbar-left-2 btn-group"/>
<div class="x-toolbar-left-1"/>
<div class="x-toolbar-left-2"/>
</div>
<div class="pull-right page-toolbar">
<div class="x-toolbar-right-1 btn-group"/>
<div class="x-toolbar-right-2 btn-group"/>
<div class="x-toolbar-right-1"/>
<div class="x-toolbar-right-2"/>
</div>