New subsetting interface.
+ Fixes and improvements.
+ Added default value for subsetting variables.
Change-Id: I3b4681bfa4dc85e877465cec29d00166069d91b3
diff --git a/client/catalog-dev/css/style.css b/client/catalog-dev/css/style.css
index 31c86b8..ee3e460 100644
--- a/client/catalog-dev/css/style.css
+++ b/client/catalog-dev/css/style.css
@@ -207,10 +207,9 @@
position: relative;
}
-.absBotRight {
- position: absolute;
- bottom: 0;
- right: 0;
+.floatRight {
+ float: right;
+ margin-right: 15px;
}
.fade {
@@ -239,3 +238,25 @@
word-wrap: normal;
overflow: auto;
}
+
+#requestForm button {
+ margin-bottom: 5px;
+}
+
+#templates {
+ display: none;
+}
+
+#subsetVariables > .row:not(:last-child) {
+ margin-bottom: 5px;
+}
+
+#subsetVariables {
+ transition: opacity 1s, margin 1s, padding 1s;
+}
+
+#subsetVariables:empty {
+ opacity: 0;
+ margin: 0;
+ padding: 0;
+}