From db1c5d7ecc1f4ebfa455da86ca8e9433ba8aea88 Mon Sep 17 00:00:00 2001 From: Rohit Date: Thu, 27 Jun 2019 11:10:15 -0400 Subject: [PATCH] added generic css to loading and tagging options --- .../app/components/coordinator/coordinator.html | 10 +++++----- client/app/main.css | 16 ++++++++++------ 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/client/app/components/coordinator/coordinator.html b/client/app/components/coordinator/coordinator.html index 2849c15..ba11306 100644 --- a/client/app/components/coordinator/coordinator.html +++ b/client/app/components/coordinator/coordinator.html @@ -327,7 +327,7 @@
-
+
@@ -341,7 +341,7 @@
-
+
@@ -382,7 +382,7 @@ -
+
@@ -396,7 +396,7 @@
-
+
-
+
diff --git a/client/app/main.css b/client/app/main.css index 8bb2d5a..e338feb 100644 --- a/client/app/main.css +++ b/client/app/main.css @@ -382,29 +382,33 @@ html, body { width: 500px; } - .tagging-options { + .slider-options { display: flex; align-items: center; } - .tagging-options select{ + .slider-options select{ width: 100%; } - #playTagError { + .slider-options .error { margin-top: 5px; } - .tagging-options i { + .slider-options i { font-size: 30px; margin-top: 5px; margin-bottom: 5px; } - - .tagging-options, .loading-options { + .slider-options { height: 0; overflow: hidden; + } + .tagging-options { + transition: height 600ms ease 0ms; + } + .loading-options { transition: height 600ms ease 0ms; } .tagging-options.open {