VRFS-3205 : Add max height and scrolling to genre selector dialog.

This commit is contained in:
Steven Miers 2015-05-06 16:34:36 -05:00
parent 2d1877926e
commit d964cff2a3
2 changed files with 10 additions and 2 deletions

View File

@ -5,10 +5,17 @@
min-height:initial;
.dialog-inner {
display:block;
overflow:auto;
max-height:300px;
color:white;
}
.action-buttons {
margin-bottom:10px;
}
.genres {
}
}

View File

@ -6,8 +6,9 @@
.dialog-inner
%span{id: 'instructions'}
%br{:clear => "all"}/
%br{:clear => "all"}/
.genres
.content-body
.content-body-scroller
.genres
.right.action-buttons
%a.button-grey.btn-cancel-dialog{'layout-action' => 'cancel'} CANCEL