Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make v2 default #50

Merged
merged 17 commits into from
Jul 24, 2023
Prev Previous commit
Next Next commit
remove unused css
  • Loading branch information
rmccar committed Jul 20, 2023

Verified

This commit was signed with the committer’s verified signature.
commit 48c735ce6a5ff5f43c34745384742e300cc7cb35
2 changes: 1 addition & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ label { display:inline-block; font-weight: 600; margin-bottom: 0.25rem; width:20
position: relative;
}

.field-container--hidden, .metadata-fields--hidden, .button--hidden, .group-title--hidden, .supplementary-data--hidden {
.field-container--hidden, .button--hidden, .group-title--hidden, .supplementary-data--hidden {
display:none;
}

4 changes: 2 additions & 2 deletions templates/launch.html
Original file line number Diff line number Diff line change
@@ -60,11 +60,11 @@ <h1>Launch a survey</h1>

<p>----------</p>

<div id="survey_metadata_fields" class="metadata-fields--hidden">
<div id="survey_metadata_fields">
</div>

<h3 class="group-title--hidden">Survey Metadata</h3>
<div id="survey_metadata" class="metadata-fields--hidden">
<div id="survey_metadata">
<p>--- Metadata fields will be loaded when you select a version and load a schema ---</p>
</div>