summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-02-19 16:24:35 +0000
committerMika Havela <mika.havela@gmail.com>2008-02-19 16:24:35 +0000
commit481fe4f02c048c13ffc13924cda3c6e2364fe603 (patch)
tree874bdfb06b50718a27f2667b47af4f8435d5a7a7 /www
parent2c343a41e917bf00d1f7e03c27248887c9c56121 (diff)
downloadacf-core-481fe4f02c048c13ffc13924cda3c6e2364fe603.tar.bz2
acf-core-481fe4f02c048c13ffc13924cda3c6e2364fe603.tar.xz
Small modifications on the view-file
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@756 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rw-r--r--www/ice/ice.css13
1 files changed, 11 insertions, 2 deletions
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;
}