diff --git a/WebGUI/css/SubsystemLaunch.css b/WebGUI/css/SubsystemLaunch.css index 58c2b5a4..02bd4e9d 100755 --- a/WebGUI/css/SubsystemLaunch.css +++ b/WebGUI/css/SubsystemLaunch.css @@ -1,9 +1,9 @@ body { - padding:0; - margin:0; - background-color:white; + padding: 0; + margin: 0; + background-color:rgb(78 58 58); } /* make links have a hand cursor */ @@ -43,7 +43,7 @@ color: black; text-weight: bold; text-shadow: 0px 1px 0px rgba(255,255,255,.3), - 0px -1px 0px rgba(0,0,0,.7); + 0px -1px 0px rgba(0,0,0,.7); } .progressBar { @@ -57,7 +57,7 @@ #runDiv { height: 60px; margin-bottom: 0px; - color: rgb(136, 102, 102); + color: white; /* rgb(136, 102, 102); */ font-size: 20px; font-family: "Comfortaa", arial; } @@ -198,6 +198,15 @@ cursor: pointer; } + .subsystem_detail { + font-size: 14px; + text-align: left; + font-family: 'Inconsolata', monospace; + } + .subsystem_console { + font-family: 'Inconsolata', monospace; + } + .subsystem_configAlias_select_info { float: right; background-color: darkblue; diff --git a/WebGUI/css/SubsystemSquares.css b/WebGUI/css/SubsystemSquares.css index 7ca906e1..8347827b 100755 --- a/WebGUI/css/SubsystemSquares.css +++ b/WebGUI/css/SubsystemSquares.css @@ -34,13 +34,13 @@ } .subsystem_square { - background-color: green; + background-color:rgb(6 176 6); /* green; */ margin: 5px; /* must match _MARGIN/2 in js */ float: left; border-radius: 5px; cursor: pointer; overflow-x: auto; - overflow-y: hidden; + overflow-y: hidden; } .subsystem_name, .subsystem_console { @@ -50,14 +50,17 @@ .subsystem_name { font-weight: bold; margin-top: 5px; + font-size: 20px; } .subsystem_console { white-space: nowrap; - font-size: 12px; + font-size: 14px; } .subsystem_status { position: relative; margin-left: 5px; + font-size: 20px; + white-space: nowrap; } /* ===================== end Subsystem status div section */ diff --git a/WebGUI/html/Chat.html b/WebGUI/html/Chat.html index 9a7527a7..51a26d63 100755 --- a/WebGUI/html/Chat.html +++ b/WebGUI/html/Chat.html @@ -377,7 +377,8 @@ //============================================================ //redrawChatWindow ~ // refreshes chat window, called when window is resized - function redrawChatWindow() { + function redrawChatWindow() + { Debug.log("Chat redrawChat to " + window.innerWidth + " - " + window.innerHeight); @@ -725,7 +726,9 @@ if(_lastReceivedChat != _chatHistoryArray[0][i].getAttribute('value')) //avoid accidental request duplication (timer conflict) { str += "