From bddb9d2c490bd51731e2a85fa7aa44e6f97952d5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 28 May 2008 07:12:31 +0000 Subject: set (back) fixed width for input boxes. remove the need for hostname from alpine-baselayout git-svn-id: svn://svn.alpinelinux.org/acf/gnats/trunk@1186 ab2d0c66-481e-0410-8bed-d214d4d58bed --- skins/gnats1/gnats1.css | 18 ++++++++++++------ template-html.lsp | 11 +---------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/skins/gnats1/gnats1.css b/skins/gnats1/gnats1.css index 7187932..a4135b2 100644 --- a/skins/gnats1/gnats1.css +++ b/skins/gnats1/gnats1.css @@ -288,18 +288,24 @@ body { cursor: pointer; } -#content textarea { - border-right: 1px solid #cacaca; - border-bottom: 1px solid #cacaca; - width: 97%; -} + /* #content p,input.text,select,textarea,input.password { - width: 30%; + width: 400px; } */ +#content p,input.text,input.password { + width: 97%; +} + +#content textarea { + border-right: 1px solid #cacaca; + border-bottom: 1px solid #cacaca; + width: 97%; +} + #content table { width: 100%; } diff --git a/template-html.lsp b/template-html.lsp index be27a55..f429394 100644 --- a/template-html.lsp +++ b/template-html.lsp @@ -13,16 +13,7 @@ Content-Type: text/html - -<?= hostname .. " - " .. pageinfo.controller .. "->" .. pageinfo.action ?> +<?= pageinfo.controller .. "->" .. pageinfo.action ?> -- cgit v1.2.3