From 1d42938704c09b827a85ba2bc7cc70a51cd489a5 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 26 Dec 2007 15:29:44 +0000 Subject: Changed the looks on logon-html (and small change in static.css). git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@455 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/acf-util/logon-html.lsp | 17 +++++++---------- lib/Makefile | 1 + www/static/static.css | 2 +- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/app/acf-util/logon-html.lsp b/app/acf-util/logon-html.lsp index cdac2bf..aaa90cb 100644 --- a/app/acf-util/logon-html.lsp +++ b/app/acf-util/logon-html.lsp @@ -3,17 +3,14 @@
" method="POST"> - - - -
- - - - - +
+ +
+ +
+
+ -
diff --git a/lib/Makefile b/lib/Makefile index 3311d68..141bdbb 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -4,6 +4,7 @@ LIB_DIST=fs.lua\ html.lua\ join.lua\ date.lua\ + debugs.lua\ format.lua\ menubuilder.lua\ pidof.lua\ diff --git a/www/static/static.css b/www/static/static.css index f91f1fd..eebf9ae 100644 --- a/www/static/static.css +++ b/www/static/static.css @@ -337,7 +337,7 @@ hr { border-bottom: 1px solid #cacaca; background: #eee; } -#wrapper dd .text { +#wrapper .text { width: 245px; border-right: 1px solid #cacaca; border-bottom: 1px solid #cacaca; -- cgit v1.2.3