aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/popup_settings.css
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2020-06-03 15:26:52 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-03 15:26:52 +0000
commiteccf8a41139269a074dc8f4e36ba052c07ea988c (patch)
tree3a0e4f9c904f0eea91cbbe2d6aca568ee81467ba /graphgraph-fe/src/popup_settings.css
parenteb58fde00496c8eefb25436122059adfd5dfddde (diff)
parent6c4672dbb3cccd6c7d8cdfde2f59a97af7cfac42 (diff)
Merge "Perform repository cleanup"
Diffstat (limited to 'graphgraph-fe/src/popup_settings.css')
-rw-r--r--graphgraph-fe/src/popup_settings.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphgraph-fe/src/popup_settings.css b/graphgraph-fe/src/popup_settings.css
new file mode 100644
index 0000000..2a548af
--- /dev/null
+++ b/graphgraph-fe/src/popup_settings.css
@@ -0,0 +1,15 @@
+.settings-button {
+ margin-top: 18px;
+ margin-left: 15px;
+}
+
+.close.link-button {
+ background-color: transparent;
+ border: none;
+ cursor: pointer;
+ display: inline;
+ margin: 10px 0 0 0;
+ padding: 0;
+ text-decoration: none;
+ font-size: 25px;
+}