* min-height the create-session-form to give nice button behavior on taller-than-necessary monitors

This commit is contained in:
Seth Call 2014-06-30 15:49:41 -05:00
parent 63dfb8929c
commit ede136cc89
1 changed files with 2 additions and 0 deletions

View File

@ -375,6 +375,8 @@
#create-session-form {
position:relative;
padding-bottom:50px;
@include border_box_sizing;
min-height:100%;
.musician_access .dropdown-wrapper {
width:75px;