From ac3667d9b110af5c5150e8c18fbad42f80324a29 Mon Sep 17 00:00:00 2001 From: Simon Flack Date: Tue, 23 Nov 2004 17:45:57 +0000 Subject: [PATCH] Initial login template upload git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@288 48953598-375a-da11-a14b-00016c27c3ee --- templates/factory/login | 25 +++++++++++++++++++++++++ templates/maypole.css | 32 +++++++++----------------------- 2 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 templates/factory/login diff --git a/templates/factory/login b/templates/factory/login new file mode 100644 index 0000000..5b04e7d --- /dev/null +++ b/templates/factory/login @@ -0,0 +1,25 @@ +[% PROCESS macros %] +[% INCLUDE header %] +[% INCLUDE title %] +
You need to log in
+ +
+ [% IF login_error %] +
[% login_error %]
+ [% END %] +
+
+ Login + + + +
+
+
+ diff --git a/templates/maypole.css b/templates/maypole.css index a458d89..5d1711d 100644 --- a/templates/maypole.css +++ b/templates/maypole.css @@ -292,6 +292,11 @@ label .field { .error { color: #d00; } +.actions { + white-space: nowrap; + background-color: #fff; +} + .action { border: 1px outset #7d95b5; style:block; @@ -303,32 +308,14 @@ label .field { background-color: #7d95b5; } -.actionform { +.field { display: inline; } -.actionbutton { - height: 16px; - width: 40px; - font-family: sans-serif; - font-size: 10px; - border: 1px outset; - background-color: #fff; - margin-bottom: 0px; -} - -.actionbutton:hover { - color: #fff; - background-color: #7d95b5; -} +#login { width: 400px; } -.actions { - white-space: nowrap; -} - -.field { - display:inline; -} +#login input[type=text] { width: 150px; } +#login input[type=password] { width: 150px; } .pager { font: 11px Arial, Helvetica, sans-serif; @@ -368,4 +355,3 @@ label .field { border-color: #036; text-decoration: none; } - -- 2.39.2