]> git.decadent.org.uk Git - maypole.git/commitdiff
new action buttons
authorSebastian Riedel <sri@labs.kraih.com>
Wed, 13 Oct 2004 21:17:36 +0000 (21:17 +0000)
committerSebastian Riedel <sri@labs.kraih.com>
Wed, 13 Oct 2004 21:17:36 +0000 (21:17 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@229 48953598-375a-da11-a14b-00016c27c3ee

templates/factory/macros
templates/maypole.css

index d4c0e5d777979f324647358e2f934e3ee04a1761..1e5994f0e2a6f8de66b18c852a3284f56e544e2b 100644 (file)
@@ -66,7 +66,7 @@ for some.
         END;
         "</td>";
     END;
-    "<td nowrap>";
+    "<td class='actions' nowrap>";
     button(item, "edit");
     button(item, "delete");
     "</td>";
index 61a247e1164f1bc35b60639c5ad01cd50c3a75b8..fe0f50cf70294030e8d5b543ef7e78f40e199e15 100644 (file)
@@ -165,6 +165,11 @@ table {
     font: bold 12px Verdana, sans-serif;
 }
 
+#matrix th#actionth {
+    width: 1px; 
+    padding: 0em 1em 0em 1em;
+}
+
 #matrix tr.alternate { background-color:#e3eaf0; }
 #matrix tr:hover { background-color: #b5cadc; }
 #matrix td { font: 12px Verdana, sans-serif; }
@@ -286,7 +291,11 @@ label .field {
 
 .error { color: #d00; }
 
-.action { 
+.actions {
+    background-color: #fff;
+}
+
+.action {
     border: 1px outset #7d95b5;
     style:block;
 }