From 50364fd4b47c6eb47973f9089595e2bc29d0cabd Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 21 May 2008 08:59:58 +0000 Subject: Small graphical changes. Adding horizontal-line on TD's using ICE.css git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1129 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/acf-util/password-status-html.lsp | 16 ++++++++-------- app/acf-util/roles-html.lsp | 10 +++++++--- www/ice/ice.css | 5 +++-- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/app/acf-util/password-status-html.lsp b/app/acf-util/password-status-html.lsp index f3ab6e1..8c542b2 100755 --- a/app/acf-util/password-status-html.lsp +++ b/app/acf-util/password-status-html.lsp @@ -18,17 +18,17 @@ io.write("")
- - + + - - + + - - + + - - +
Option + Option [Edit this account] [Delete this account] [View roles for this account] diff --git a/app/acf-util/roles-html.lsp b/app/acf-util/roles-html.lsp index 2f4c8b1..a5c89dc 100644 --- a/app/acf-util/roles-html.lsp +++ b/app/acf-util/roles-html.lsp @@ -33,8 +33,10 @@ controllers[#controllers + 1] = cont end table.sort(controllers) + io.write("") + io.write("") for x,cont in ipairs(controllers) do - print("",cont,"") + print("") + end + io.write("
ControllerAction(s)
",cont,"") -- Again, alphabetical order local actions = {} for act in pairs(view.value.permissions.value[cont]) do @@ -44,7 +46,9 @@ for y,act in pairs(actions) do print(act) end - print("
") - end ?> + io.write("
") + ?> diff --git a/www/ice/ice.css b/www/ice/ice.css index 77bf770..3a4f66e 100644 --- a/www/ice/ice.css +++ b/www/ice/ice.css @@ -375,8 +375,9 @@ body { border: none; } #content table td { - padding-right: 10px; - white-space: normal; + padding-right: 10px; + white-space: normal; + border-bottom: 1px solid #ccc; } -- cgit v1.2.3