aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/graph_settings.css
diff options
context:
space:
mode:
authorIgor Dysko <igor1.dysko@orange.com>2021-07-19 16:51:43 +0200
committerIgor Dysko <igor1.dysko@orange.com>2021-07-20 15:23:31 +0200
commit944bfda5bb621ef0f6d5be74debb2bba6369588b (patch)
treeb83e7b2041b2753dc2e487ba2aebdf7b9b4f0e4e /graphgraph-fe/src/graph_settings.css
parent847dd464a5ccb46dae990fd36173d50839f99977 (diff)
Upgrade React to version 17
Upgraded versions of react, react-dom, react-table and other libraries. Issue-ID: AAI-3277 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: I79a76dac11054484a56726f7bdc77207bee9f987
Diffstat (limited to 'graphgraph-fe/src/graph_settings.css')
-rw-r--r--graphgraph-fe/src/graph_settings.css22
1 files changed, 8 insertions, 14 deletions
diff --git a/graphgraph-fe/src/graph_settings.css b/graphgraph-fe/src/graph_settings.css
index 2cb08e5..b67c55a 100644
--- a/graphgraph-fe/src/graph_settings.css
+++ b/graphgraph-fe/src/graph_settings.css
@@ -5,18 +5,9 @@
border-color: #ccc !important;
}
-.schemas-dropdown{
- width: 60px;
-}
-
-.node-dropdown {
- width: 200px;
-}
-
-.source-dropdown-div {
- margin-left: 10px;
- margin-right: 10px;
- margin-bottom: 3px;
+.dropdown-div {
+ margin-left: 12px;
+ margin-right: 12px;
}
.startendnode-dropdown {
@@ -28,9 +19,12 @@
width: 80px !important;
}
-
.modal-button {
- padding-top: 20px;
+ padding-top: 28px;
margin-left: 5px;
margin-right: 5px;
}
+
+label {
+ margin-bottom: 0.25rem !important;
+} \ No newline at end of file