From d548d587300e3edf74c1a908dc8ccf4d862385a8 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Tue, 1 Apr 2008 06:18:32 +0000 Subject: Changed the looks of the header of tables. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@867 ab2d0c66-481e-0410-8bed-d214d4d58bed --- www/ice/ice.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/ice/ice.css b/www/ice/ice.css index 0e220b5..18619d2 100644 --- a/www/ice/ice.css +++ b/www/ice/ice.css @@ -50,8 +50,10 @@ input.error,select.error,textarea.error { color: #777; } .header { - background: #cccccc; + background: #eee; + border-bottom: 3px double #999; font-weight: bold; + vertical-align: bottom; } pre { font-family: monospace; @@ -353,9 +355,12 @@ body { border-right: 1px solid #cacaca; border-bottom: 1px solid #cacaca; } -#content p,input.text,select,textarea,table,input.password { +#content p,input.text,select,textarea,input.password { width: 97%; } +#content table { + width: 100%; +} #content input.short { width: 200px; margin-right: 10px; -- cgit v1.2.3