Skip to content

Commit

Permalink
Make "Terms of Service" modal scrollable
Browse files Browse the repository at this point in the history
I'm hopeful this will be fixed in the next version of Bootstrap. See:
twbs/bootstrap#849 and
twbs/bootstrap#850
  • Loading branch information
tech-jarvis committed Dec 26, 2011
1 parent 881708b commit c03f231
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/assets/stylesheets/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ body {

h1, h2 {
text-align: center;
margin: 20px 0 10px;
}

h2 {
font-size: 22px;
margin-bottom: 10px;
margin: 10px 0;
}

form.form-stacked {
Expand Down Expand Up @@ -91,7 +92,6 @@ form input.error:focus, form textarea.error:focus {
}

.sidebar {
padding-top: 20px;
width: 250px;
text-align: center;
}
Expand Down Expand Up @@ -136,6 +136,11 @@ form input.error:focus, form textarea.error:focus {
width: 100%;
}

.modal {
max-height: 500px;
overflow: auto;
}

.upcase {
text-transform: uppercase;
}
Expand Down

0 comments on commit c03f231

Please sign in to comment.