diff --git a/static/css/custom.css b/static/css/custom.css new file mode 100644 index 0000000..00c5657 --- /dev/null +++ b/static/css/custom.css @@ -0,0 +1,11 @@ +.table td.placeholder { + text-align: center; + color: #999; +} + +.table td.placeholder a { + display: block; + text-decoration: none; + color: inherit; + font-weight: bold; +} diff --git a/storage/templates/item.html b/storage/templates/item.html index e74dbd2..fc14b22 100644 --- a/storage/templates/item.html +++ b/storage/templates/item.html @@ -45,7 +45,7 @@ {% for k, v in item.props.items %}
{{ child.name }} | |
No children | |
- + | |
+ + + Add child + |