Reorganized player buttons
This commit is contained in:
@@ -57,14 +57,20 @@
|
||||
.loaded
|
||||
.played
|
||||
.buttons
|
||||
%a.btn.small-round.prev «
|
||||
%a.btn.large.play ►
|
||||
%a.btn.large.pause II
|
||||
%a.btn.small-round.next »
|
||||
.secondary-buttons
|
||||
%a.shuffle= (I18n.t 'player.shuffle').upcase
|
||||
%a.repeat= (I18n.t 'player.repeat').upcase
|
||||
%a.do_empty= (I18n.t 'player.do_empty').upcase
|
||||
.secondary-buttons
|
||||
%a.shuffle{ :title => I18n.t('player.shuffle') }= image_tag "icns/shuffle.png"
|
||||
%a.repeat{ :title => I18n.t('player.repeat') }= image_tag "icns/repeat.png"
|
||||
%a.do_empty{ :title => I18n.t('player.do_empty') }= image_tag "icns/empty.png"
|
||||
.primary-buttons
|
||||
%a.btn.small-round.prev «
|
||||
%a.btn.large.play ►
|
||||
%a.btn.large.pause II
|
||||
%a.btn.small-round.next »
|
||||
.quality-buttons
|
||||
%a.q-good{ :title => I18n.t('player.thumbs_up') }= image_tag "icns/thumbs-up.png"
|
||||
%a.q-bad{ :title => I18n.t('player.thumbs_down') }= image_tag "icns/thumbs-down.png"
|
||||
|
||||
|
||||
|
||||
%ul.playlist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user