aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-19 09:25:37 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-01-19 09:25:37 +0300
commitc7e50425f63c07242068f8dcccce70a4ef28a17f (patch)
tree12a96a357795f5b17bad6debd94118e003096c38 /style.css
parent7cfc6450305125683799208fb7bc27c0b12586b3 (diff)
add progress bar to modelmerger
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index a6abd93d..32ba4753 100644
--- a/style.css
+++ b/style.css
@@ -737,6 +737,11 @@ footer {
line-height: 2.4em;
}
+#modelmerger_results_container{
+ margin-top: 1em;
+ overflow: visible;
+}
+
/* The following handles localization for right-to-left (RTL) languages like Arabic.
The rtl media type will only be activated by the logic in javascript/localization.js.
If you change anything above, you need to make sure it is RTL compliant by just running