summaryrefslogtreecommitdiff
path: root/css/codeq.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/codeq.css')
-rw-r--r--css/codeq.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/codeq.css b/css/codeq.css
index 3a12b85..1775c84 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -159,6 +159,18 @@ div.vertical-line{
padding: 0 4px;
}
+/* robot connection & sensor info */
+#screen_robot .block3 .status {
+ background-color: #666;
+ border: 1px solid #444;
+ color: yellow;
+ font-family: monospace;
+ padding: 0.5em;
+ position: absolute;
+ top: 1em;
+ right: 1em;
+}
+
/* block-toolbar */
.block-toolbar {
position: absolute;