From 1a8fc3260f551c6b8f1caae4367c274155266b31 Mon Sep 17 00:00:00 2001 From: Oliver Burger Date: Sat, 27 Nov 2010 19:43:58 +0000 Subject: new style for user/index --- root/static/style/ttsite.css | 5 +++++ root/user/index.tt | 17 +++++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index 1d4dd90..cf2b9f6 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -57,6 +57,11 @@ html, body { border: 0px; } +#input_form th { + border: 0px; + text-align: left; +} + #input_form input { background: #fff; border: inset 1px; diff --git a/root/user/index.tt b/root/user/index.tt index 7c70b4a..7cad173 100644 --- a/root/user/index.tt +++ b/root/user/index.tt @@ -1,6 +1,7 @@ +
- + [% FOREACH attr IN values %] @@ -12,19 +13,22 @@ [% val %]
[% END %] + + [% END %] + + +
AttributeValue
AttributeValue
[% attr.name %] [% IF attr.addable AND attr.editable %] - [% l('Add') %] + [% END %] [% IF attr.removable AND attr.editable %] - [% l('Delete') %] + [% END %] [% END %]
- -


@@ -38,6 +42,7 @@ - +

+
-- cgit v1.2.1