diff --git a/dist/treebird20.css b/dist/treebird20.css index 09944df..168d845 100644 --- a/dist/treebird20.css +++ b/dist/treebird20.css @@ -1566,17 +1566,19 @@ ul.large-list li a list-style-type: none; } -ul.large-list li a.list-item +ul.large-list li .list-item { width: 406px; } -ul.large-list li a.edit-list-btn +ul.large-list li .edit-list-btn { + display: inline-block; border-left: 1px solid #eaeaea; background: linear-gradient(#f8f8fc, #efeff2); color: #505050; width: 33px; + padding: 15px; } .lists-view-header @@ -1595,6 +1597,19 @@ ul.large-list li a.edit-list-btn border-bottom: 1px solid #dadada; } +.list-radio-show:not(:checked) + .list-edit-content +{ + display: none; +} + +.list-edit-content +{ + background-color: #fff; + color: #000; + padding: 8px; + border-top: 1px solid #dadada; +} + .create-list-form { width: 380px; @@ -1897,6 +1912,7 @@ ul.large-list li a.edit-list-btn margin-right: 32px; } +/****** FUN STUFF ******/ .is-cat:before, .is-cat:after, .is-bun:before, @@ -1974,7 +1990,6 @@ ul.large-list li a.edit-list-btn } /* Wormle stuff - If you're a theme dev just ignore this honestly */ - .wormle-view { position: relative; diff --git a/static/list.tmpl b/static/list.tmpl index 8deb6d6..0708652 100644 --- a/static/list.tmpl +++ b/static/list.tmpl @@ -1,3 +1,8 @@
  • - {{%s:list}}Edit + {{%s:list}} + + +
    + Content +
  • diff --git a/static/list_edit.tmpl b/static/list_edit.tmpl new file mode 100644 index 0000000..9118d6c --- /dev/null +++ b/static/list_edit.tmpl @@ -0,0 +1 @@ +asdasd \ No newline at end of file