Merge pull request #85 from adamgreig/run-button-fix

Fix input box CSS to prevent Run button being hidden. Closes #84
pull/87/merge
Adam Greig 2012-01-27 01:30:36 -08:00
commit 19303a08dd
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -170,10 +170,9 @@ a { text-decoration: underline; color: #333; cursor: pointer; }
}
#input_form {
max-height:370px;
overflow: hidden;
width: 400px;
padding: 5px;
padding: 5px 5px 0px 5px;
bottom: 0; right: 0;
}