summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-14 17:22:19 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-14 17:22:19 +0000
commitf17fde2c51aa4f80e708c501fcf13ee0ce2902c8 (patch)
tree55e46b0015715de7847d1aad8fd9f6b4f30d9362 /www
parent8929cfa8dec8b2035c3f1b4f28878511911d93b7 (diff)
downloadacf-core-f17fde2c51aa4f80e708c501fcf13ee0ce2902c8.tar.bz2
acf-core-f17fde2c51aa4f80e708c501fcf13ee0ce2902c8.tar.xz
Fixed a bug that causes select to look funny
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@568 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rw-r--r--www/ice/ice.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ice/ice.css b/www/ice/ice.css
index 7dd9a4b..fa2da38 100644
--- a/www/ice/ice.css
+++ b/www/ice/ice.css
@@ -338,8 +338,7 @@ body {
#content p,input.text,select,textarea,table {
width: 99%;
}
-
-#content select,textarea {
+#content textarea {
height: 300px;
}
#content dd select,dd textarea {