From fcda1515f26457d742ececc830ce3066b3d5dd35 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Wed, 13 Oct 2004 21:17:36 +0000 Subject: [PATCH] new action buttons git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@229 48953598-375a-da11-a14b-00016c27c3ee --- templates/factory/macros | 2 +- templates/maypole.css | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) 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; } -- 2.39.2