From 481fe4f02c048c13ffc13924cda3c6e2364fe603 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Tue, 19 Feb 2008 16:24:35 +0000 Subject: Small modifications on the view-file git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@756 ab2d0c66-481e-0410-8bed-d214d4d58bed --- www/ice/ice.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/ice/ice.css b/www/ice/ice.css index 929c7c3..515fe91 100644 --- a/www/ice/ice.css +++ b/www/ice/ice.css @@ -58,7 +58,10 @@ pre { font-size: 10pt; padding: 5px; } - +input[type=text][disabled] { + color: #755; + background: #eee; +} /*---------------------------------------------------------------------------------- * BODY & PAGE *---------------------------------------------------------------------------------- @@ -350,9 +353,15 @@ body { border-right: 1px solid #cacaca; border-bottom: 1px solid #cacaca; } -#content p,input.text,select,textarea,table,input.password { +#content p,input[type=text],select,textarea,table,input[type=password] { width: 97%; } +#content input.short { + width: 200px; + margin-right: 10px; + display: inline; +} + #content textarea { height: 300px; } -- cgit v1.2.3