diff --git a/app/config/assets/css/odk-survey.css b/app/config/assets/css/odk-survey.css index 3fcb18cfa..fcdf5bd3b 100644 --- a/app/config/assets/css/odk-survey.css +++ b/app/config/assets/css/odk-survey.css @@ -341,7 +341,32 @@ Eventually we should make a jqm theme for this. .instanceRowControl{ float: right; -} + display: flex; + margin-right: auto; + gap: 5px; +} + +.instanceRowControl .openInstance { + border-top-left-radius: 8px!important; + border-top-right-radius: 8px!important; + border-bottom-right-radius: 8px!important; + border-bottom-left-radius: 8px!important; + display: flex; + justify-content: center; + align-items: center; + text-align: center + } + +.instanceRowControl .deleteInstance { + border-top-left-radius: 8px!important; + border-top-right-radius: 8px!important; + border-bottom-right-radius: 8px!important; + border-bottom-left-radius: 8px!important; + display: flex; + justify-content: center; + align-items: center; + text-align: center + } .openingRowControl{ float: right; diff --git a/app/system/index.html b/app/system/index.html index f89b5ff6c..55d468850 100644 --- a/app/system/index.html +++ b/app/system/index.html @@ -1,37 +1,39 @@ - - - - - - - OpenDataKit Common Javascript Framework - - - - - - - - - - - - - - - - -
-
-
-
-
-
Please wait...
-
- -
-
- - - - + + + + + + + OpenDataKit Common Javascript Framework + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
Please wait...
+
+ +
+
+ + + + diff --git a/app/system/survey/templates/instances.handlebars b/app/system/survey/templates/instances.handlebars index 6bdc43c7c..0619b6eb5 100644 --- a/app/system/survey/templates/instances.handlebars +++ b/app/system/survey/templates/instances.handlebars @@ -39,11 +39,11 @@
{{#if show_delete}} {{/if}}