more
This commit is contained in:
parent
779d223f63
commit
4089e9e8d7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
{{#if ready}}
|
{{#if ready}}
|
||||||
<div class="row navigation">
|
<div class="row navigation">
|
||||||
<div class="col-sm-5 col-sm-offset-4 col-xs-6 col-xs-offset-1">
|
<div class="col-sm-5 col-sm-offset-4 col-xs-6 col-xs-offset-2">
|
||||||
{{#each tabData as |tab|}}
|
{{#each tabData as |tab|}}
|
||||||
<span class="navigationItem cursorPointer {{if tab.selected "active"}} text-uppercase" {{action "changeTab" tab.name}}>{{tab.name}}</span>
|
<span class="navigationItem cursorPointer {{if tab.selected "active"}} text-uppercase" {{action "changeTab" tab.name}}>{{tab.name}}</span>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="settings" class="col-sm-3 col-xs-5">
|
<div id="settings" class="col-sm-3 col-xs-4">
|
||||||
<div class="settingsItem">
|
<div class="settingsItem">
|
||||||
<span data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<span data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
Light Groups <span class="caret"></span>
|
Light Groups <span class="caret"></span>
|
||||||
|
|
|
||||||
Reference in a new issue