diff options
| author | hukl <contact@smyck.org> | 2009-09-09 15:19:33 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-09 15:19:33 +0200 |
| commit | f7ce8c245fde3f6202103ae614b181c0ba44ed93 (patch) | |
| tree | 4625c54b0dfb31bdc3e71480fb8936fa5a6c0ca5 /public/stylesheets/admin.css | |
| parent | f3a8cd8d1e8dfafb987163d95208e0ff2ccbfbc2 (diff) | |
added editing of slugs and moving of nodes. to edit a slug or move a node you edit that node, make your changes and save. the slug and parent node changes get staged and are applied once that revision is published
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 9fa503b..575ddff 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -416,3 +416,12 @@ div#image_browser { | |||
| 416 | div#image_browser ul li { | 416 | div#image_browser ul li { |
| 417 | list-style-type: none; | 417 | list-style-type: none; |
| 418 | } | 418 | } |
| 419 | |||
| 420 | input#move_to_search_term, input#node_staged_slug { | ||
| 421 | width: 690px; | ||
| 422 | } | ||
| 423 | |||
| 424 | #tag_list { | ||
| 425 | width: 680px; | ||
| 426 | } | ||
| 427 | |||
