Fix input box CSS to prevent Run button being hidden. Closes #84

pull/85/head
Adam Greig 2012-01-27 09:27:38 +00:00
rodzic c23da654f4
commit 7de89cf8fb
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;
}