diff options
| author | hukl <contact@smyck.org> | 2009-03-02 17:22:48 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-02 17:22:48 +0100 |
| commit | 113449eacba67625004b14081f4cc0cc3b984553 (patch) | |
| tree | 1114418aa27ffc3f815a05caba16c4d80395163f /public/stylesheets/admin.css | |
| parent | ddc961fd81b37b44078fba35f0769b661e1e81ce (diff) | |
added unlock functionality. not yet hooked up with permissions though. anybody can unlock. put a confirmation in front of it. destroy has to be confirmed as well
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 0b7e630..5fe88f1 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -10,7 +10,7 @@ a { | |||
| 10 | table {} | 10 | table {} |
| 11 | 11 | ||
| 12 | table#node_table { | 12 | table#node_table { |
| 13 | width: 800px; | 13 | width: 1000px; |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | tr.odd { | 16 | tr.odd { |
| @@ -22,7 +22,7 @@ th { | |||
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | th.title { | 24 | th.title { |
| 25 | width: 450px; | 25 | width: 400px; |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | th.path { | 28 | th.path { |
| @@ -30,7 +30,11 @@ th.path { | |||
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | th.actions { | 32 | th.actions { |
| 33 | width: 150px; | 33 | width: 180px; |
| 34 | } | ||
| 35 | |||
| 36 | th.editor { | ||
| 37 | width: 120px; | ||
| 34 | } | 38 | } |
| 35 | 39 | ||
| 36 | td { | 40 | td { |
