summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-02 17:22:48 +0100
committerhukl <contact@smyck.org>2009-03-02 17:22:48 +0100
commit113449eacba67625004b14081f4cc0cc3b984553 (patch)
tree1114418aa27ffc3f815a05caba16c4d80395163f /public/stylesheets/admin.css
parentddc961fd81b37b44078fba35f0769b661e1e81ce (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.css10
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 {
10table {} 10table {}
11 11
12table#node_table { 12table#node_table {
13 width: 800px; 13 width: 1000px;
14} 14}
15 15
16tr.odd { 16tr.odd {
@@ -22,7 +22,7 @@ th {
22} 22}
23 23
24th.title { 24th.title {
25 width: 450px; 25 width: 400px;
26} 26}
27 27
28th.path { 28th.path {
@@ -30,7 +30,11 @@ th.path {
30} 30}
31 31
32th.actions { 32th.actions {
33 width: 150px; 33 width: 180px;
34}
35
36th.editor {
37 width: 120px;
34} 38}
35 39
36td { 40td {