From: Sebastian Riedel Date: Wed, 13 Oct 2004 21:17:36 +0000 (+0000) Subject: new action buttons X-Git-Tag: 2.10~133 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=fcda1515f26457d742ececc830ce3066b3d5dd35;p=maypole.git new action buttons git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@229 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/templates/factory/macros b/templates/factory/macros index d4c0e5d..1e5994f 100644 --- a/templates/factory/macros +++ b/templates/factory/macros @@ -66,7 +66,7 @@ for some. END; ""; END; - ""; + ""; button(item, "edit"); button(item, "delete"); ""; diff --git a/templates/maypole.css b/templates/maypole.css index 61a247e..fe0f50c 100644 --- a/templates/maypole.css +++ b/templates/maypole.css @@ -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; }