diff options
author | Xue Gao <xg353y@intl.att.com> | 2019-08-02 13:23:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-02 13:23:58 +0000 |
commit | 87f15e6bf472ac30e0dc9ac63a6420d375b340db (patch) | |
tree | 54a5031a045542e053e3702b8208251251305ce4 /ui-react/src/components/loop_viewer/status/LoopStatus.css | |
parent | 54fea7fe473270ba67e9053ef08a0be46c6416ce (diff) | |
parent | 8a02dd771961cc36b4436f9124657766674b5b76 (diff) |
Merge "Fix loop prop window"
Diffstat (limited to 'ui-react/src/components/loop_viewer/status/LoopStatus.css')
-rw-r--r-- | ui-react/src/components/loop_viewer/status/LoopStatus.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ui-react/src/components/loop_viewer/status/LoopStatus.css b/ui-react/src/components/loop_viewer/status/LoopStatus.css deleted file mode 100644 index 14add0f5..00000000 --- a/ui-react/src/components/loop_viewer/status/LoopStatus.css +++ /dev/null @@ -1,19 +0,0 @@ - -.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 |