fix audio menu style

This commit is contained in:
Adrien Lemaire 2014-08-09 16:58:49 +09:00
parent 2cf8083693
commit dcbd460331
2 changed files with 5 additions and 5 deletions

View file

@ -123,7 +123,7 @@
padding-left:0em
margin-left:0em
margin-right: 0.618em
.toolbar-sync, .toolbar-settings
.toolbar-sync, .toolbar-settings, .toolbar-audio
@extend $hrpg-button
hrpg-button-color-mixin($color-toolbar)
// Notifications icon and dropdown
@ -186,4 +186,4 @@
0%
transform: rotate(45deg)
100%
transform: rotate(0deg)
transform: rotate(0deg)

View file

@ -136,9 +136,6 @@ nav.toolbar(ng-controller='AuthCtrl', ng-class='{active: isToolbarHidden}')
//-a(ng-click='') Clear all
li.toolbar-controls-button
a(ng-click='expandMenu(null)')=env.t('close')
li.toolbar-sync
a(ng-click='User.sync()', popover=env.t('sync'),popover-placement='bottom',popover-trigger='mouseenter')
span.glyphicon.glyphicon-refresh
li.toolbar-audio
a(ng-click='expandMenu("music")')
span.glyphicon.glyphicon-music
@ -160,6 +157,9 @@ nav.toolbar(ng-controller='AuthCtrl', ng-class='{active: isToolbarHidden}')
ng-options='k as v for (k , v) in soundThemes',
ng-change='set("preferences.soundTheme", user.preferences.soundTheme)'
)
li.toolbar-sync
a(ng-click='User.sync()', popover=env.t('sync'),popover-placement='bottom',popover-trigger='mouseenter')
span.glyphicon.glyphicon-refresh
li.toolbar-settings
a(ng-click='expandMenu("settings")')
span.glyphicon.glyphicon-cog