summaryrefslogtreecommitdiffstats
path: root/ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css')
-rw-r--r--ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css b/ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css
new file mode 100644
index 00000000..14add0f5
--- /dev/null
+++ b/ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css
@@ -0,0 +1,19 @@
+
+.status_title{
+ position: absolute;
+ left: 61%;
+ top: 151px;
+ font-size:20px;
+}
+.status{
+ background-color: gray;
+ -moz-border-radius: 50px;
+ -webkit-border-radius: 50px;
+ border-radius: 50px;
+}
+.status_table {
+ position: absolute;
+ left: 61%;
+ top: 191px;
+ font-size:10px;
+} \ No newline at end of file