master
Matt Huntington 2 years ago
parent b90216c8f3
commit bf3a837fd0

@ -1,5 +1,5 @@
body,html { body,html {
height:100%; padding-bottom:2em;
} }
ul { ul {
padding:0; padding:0;
@ -33,3 +33,6 @@ button, input {
form { form {
margin: 1em 0 0 0; margin: 1em 0 0 0;
} }
summary {
padding: 1em;
}

@ -11,7 +11,8 @@
<ul></ul> <ul></ul>
<template> <template>
<li draggable="true"> <li draggable="true">
<h2>placeholder</h2> <details>
<summary>placeholder</summary>
<ul></ul> <ul></ul>
<button class="add">Add</button> <button class="add">Add</button>
<button class="delete">Delete</button> <button class="delete">Delete</button>
@ -20,6 +21,7 @@
<input type="submit" value="Update"/> <input type="submit" value="Update"/>
<input type="reset" value="Reset"/> <input type="reset" value="Reset"/>
</form> </form>
</details>
</li> </li>
</template> </template>
</body> </body>

Loading…
Cancel
Save