Skip to content

Commit

Permalink
Merge pull request #140 from acmsigsoft/save_states
Browse files Browse the repository at this point in the history
Add state saving functionality for checklists
  • Loading branch information
drpaulralph authored Oct 16, 2024
2 parents a7067b0 + 74e1bcf commit 3c49709
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 98 deletions.
7 changes: 0 additions & 7 deletions docs/standards/Replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ To _[replicate](../glossary#replicability)_ means to repeat a study by collectin
- [ ] compares the results of the replication to the results of the original study
- [ ] clearly differentiates between results that are consistent and inconsistent with the original study


<!--
<discussion>
<other>
-->

</checklist>
### Desirable Attributes
Expand Down
15 changes: 15 additions & 0 deletions form_generator/css/appearance.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,21 @@ form:active {
margin-bottom: 10px;
}

#clear_checklist {
border: none;
color: red;
background: none;
cursor: pointer;
margin-left: 20px;
margin-right: 20px;
float: right;
}

#clear_checklist:hover {
color: darkred;
text-decoration: underline;
}

@media screen and (min-width: 401px) and (max-width: 785px)
{
#container
Expand Down
Loading

0 comments on commit 3c49709

Please sign in to comment.