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 += "
" + - "(" + formatTime(_chatHistoryArray[2][i].getAttribute('value')) + ") " + + " " + _chatHistoryArray[1][i].getAttribute('value') + ": " + convertForClient(_chatHistoryArray[0][i].getAttribute('value')) + "
"; //important to only have one /div> per entry for truncate diff --git a/WebGUI/html/Logbook.html b/WebGUI/html/Logbook.html index 423cb43c..3cc7c282 100755 --- a/WebGUI/html/Logbook.html +++ b/WebGUI/html/Logbook.html @@ -16,7 +16,9 @@ } a { - color: blue; + color: rgb(180,207,237); + font-weight: 800; + text-shadow: 0.1em 0.1em 0.2em black; } hr { @@ -31,6 +33,7 @@ padding: 5px; border: 1px solid black; cursor: pointer; + height: 23px; } div { @@ -65,7 +68,8 @@ .areaContentDiv { border-radius: 5px; - overflow: hidden; + /* overflow-x: auto; + overflow-y: hidden; */ } .areaContent { @@ -123,8 +127,15 @@ margin-left: 10px; text-shadow: 0.1em 0.1em 0.2em black; } + + #categoryHeaderLabel { + white-space: nowrap; + overflow-x: auto; + font-size: 22px; + } + - #currentExperimentHeader { + #currentCategoryHeader { font-weight: 800; font-size: 22px; color: rgb(255,183,74); @@ -133,7 +144,7 @@ text-shadow: 0.1em 0.1em 0.2em black; } - #experimentList { + #categoryList { overflow-y: scroll; text-align: right; padding: 5px; @@ -143,14 +154,14 @@ margin: 10px 0 5px 0; } - #clearActiveExperimentDiv a { + #clearActiveCategoryDiv a { color: rgb(180,207,237); font-weight: 800; } - #experimentList a { + #categoryList a { font-family: arial; color: rgb(180,207,237); } @@ -166,11 +177,11 @@ margin: 60px 50px 0 0; } - #experimentTextBox { + #categoryTextBox { width: 200px; } - #experimentClearIcon { + #categoryClearIcon { margin: 6px 0 -6px -30px; } @@ -179,7 +190,7 @@ font-weight: 800; } - #logbookHeader a { + #logbookHeader a, #currentCategoryHeader a { color: rgb(180, 207, 237); font-weight: 800; } @@ -278,17 +289,15 @@ font-size: 24px; font-weight: 800; - /*margin: -30px 0 0 0;*/ - /*background-color: black;*/ + + cursor: pointer; + /*background-color: black;*/ } .Logbook-entryTime { float: right; height: 15px; - padding: 2px 10px 0 0; - - /*margin: -30px 0 0 0;*/ - + padding: 2px 10px 0 0; } .Logbook-entryCreator { @@ -296,8 +305,6 @@ float: right; height: 15px; padding: 2px 10px 0 0; - - /*margin: -30px 0 0 0;*/ } .Logbook-entryBody { @@ -357,13 +364,23 @@ + + + @@ -1312,11 +1716,11 @@ -
+
- +
@@ -1340,36 +1744,36 @@ @@ -1411,7 +1815,7 @@ + onkeydown="return handleCategoryInputKeyDown(event,true)">
- Experiment:
- Category:
+ -
(alpha-numeric, dashes, and underscores)


+ "Are you sure you want to Create the new category, REPLACE?

", + createCategory, document.getElementById("categoryTextBox").value);' + value='Create Category' title='Create a new category, or re-add to list'>

+ "Are you sure you want to Remove the category, REPLACE?

", + removeCategory, document.getElementById("categoryTextBox").value,"#ffddd1");' + value='Remove Category' title='Remove an category from list' style='color:red'>
Status updates are displayed here.
- Click to Set Active Experiment: -
- No experiments in list + Click to Set Active Category: +
+ No categorys in list
-