Fix height of terminal output to 340 px

master
Gina Häußge 2013-06-30 21:17:22 +02:00
parent 119ee338f1
commit f14acf8ba7
1 changed files with 8 additions and 0 deletions

View File

@ -435,6 +435,14 @@ ul.dropdown-menu li a {
}
/** Terminal output */
#term {
#terminal-output {
min-height: 340px;
}
}
/** Settings dialog */
#settings_dialog {
}