diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index a077ee7d..c6a72bac 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -471,6 +471,77 @@ border: 12px solid; border-color: transparent #F0ECCD #F0ECCD transparent; } + + #p15statetext { + padding: 4px; + height: 15px; + } + + #p15agentConsole { + background: black; + margin: 0; + padding: 0; + color: lightgray; + width: 100%; + position: relative; + } + + #p15coreName { + padding: 4px; + display: inline-block; + } + + #p15agentConsoleText { + position:absolute; + margin: 0; + padding: 0; + top: 0; + bottom: 0; + left:0; + right: 0; + overflow-y: scroll; + overflow-x: auto; + } + + .areaHead { + padding-left: 4px; + padding-top: 2px; + padding-bottom: 2px; + background: #C0C0C0; + } + + .night .areaHead { + color: #CCC; + background: #333; + } + + .areaFoot { + padding-top: 2px; + padding-bottom: 2px; + background: #C0C0C0; + } + + .night .areaFoot { + color: #CCC; + background: #333; + } + + .toright2 { + float: right; + text-align: right; + padding-right: 4px; + } + + #consoleTable { + width: 100%; + height: 100%; + padding: 0px; + margin-top: 0px; + } + + .night #consoleTable { + color: black; + } @@ -798,6 +869,43 @@
+
+ + + + + + + + + + +
+
+
+ +
+
+
+

+                                
+ + + + + + +
+ + + +
+
+