14 lines
523 B
Plaintext
14 lines
523 B
Plaintext
.dialog.dialog-overlay-sm{layout: 'dialog', 'layout-id' => 'genre-selector-dialog', id: 'genre-selector-dialog'}
|
|
.content-head
|
|
= image_tag "content/icon_checkmark_circle.png", {:width => 20, :height => 20, :class => 'content-icon' }
|
|
%h1
|
|
= 'select genre'
|
|
.dialog-inner
|
|
%span{id: 'instructions'}
|
|
%br{:clear => "all"}/
|
|
%br{:clear => "all"}/
|
|
.genres
|
|
|
|
.right.action-buttons
|
|
%a.button-grey.btn-cancel-dialog{'layout-action' => 'cancel'} CANCEL
|
|
%a.button-orange.btn-select-genres SELECT |