visual fixes, larger terminal

This commit is contained in:
Teja 2015-03-25 19:57:13 +01:00
parent ca716e75c8
commit 85aefba422
2 changed files with 7 additions and 1 deletions

View file

@ -1038,6 +1038,10 @@ table td.settings_logs_action a.disabled {
.tab-pane {
overflow: visible;
}
#mrbeam-tabs .tab-pane {
min-height: 70vh;
}
.tempInput {
width: 50px;
}
@ -1229,7 +1233,7 @@ ul.dropdown-menu li a {
}
/** Terminal output */
#term #terminal-output {
min-height: 340px;
min-height: 70vh;
}
/** Settings dialog */
/** Footer */

View file

@ -10,6 +10,8 @@ table th.settings_plugin_svgtogcode_profiles_key,table td.settings_plugin_svgtog
#gcode_reference ul {
margin-left: 0;
max-height: 60vh;
overflow: auto;
}
#gcode_reference ul li {
list-style: none;