diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-14 20:25:32 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-14 20:25:32 +0100 |
commit | 7de6dca9112d292803b801e0d370c45b0ca0eb13 (patch) | |
tree | f096bc886d535ecaf5c8e18b2b647080e4decab0 /css | |
parent | e7fe28e92a766e0a37cb75d1bee534d476f955ed (diff) |
Improve robot screen
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 12 |
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; |