16 lines
582 B
Plaintext
16 lines
582 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
|
|
%strong
|
|
.instructions
|
|
%br{:clear => "all"}/
|
|
.content-body
|
|
.content-body-scroller
|
|
%ul.genres.three-column-list-container
|
|
|
|
.right.action-buttons
|
|
%a.button-grey.btn-cancel-dialog{'layout-action' => 'cancel'} CANCEL
|
|
%a.button-orange.btn-select-genres SELECT |