Make the keyboard shortcuts modal work better on shorter screens.

master
Nick Sergeant 2013-02-03 13:44:50 -05:00
parent 344390e73b
commit 7480395fc4
3 changed files with 2 additions and 14 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1361,22 +1361,10 @@ div#disqus_thread {
display: none;
}
}
div.modal {
div.modal-body {
max-height: 514px;
}
}
div#keyboard-shortcuts {
height: 95%;
margin-top: 0;
top: 20px;
table {
margin-bottom: 0;
}
div.modal-body {
max-height: inherit;
}
}
div.profile {
background: rgba(128, 128, 128, .08);