summaryrefslogtreecommitdiffstats
path: root/alps/alps.css
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-08-06 14:44:46 +0000
committerMika Havela <mika.havela@gmail.com>2009-08-06 14:44:46 +0000
commit016971e4077572f17f6884eef53e503c425edc7b (patch)
tree94959d4d9cf21054309eeb82b9bda329503ef405 /alps/alps.css
parent1e194edbe0916feeaf53fc88c4ece2614ccda084 (diff)
downloadacf-skins-016971e4077572f17f6884eef53e503c425edc7b.tar.bz2
acf-skins-016971e4077572f17f6884eef53e503c425edc7b.tar.xz
Fixing a strange bug that causes <textarea> fields to expand their size when starting to type something in it
Noticed when using IE6
Diffstat (limited to 'alps/alps.css')
-rw-r--r--alps/alps.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/alps/alps.css b/alps/alps.css
index 2dcc23f..f0e38cf 100644
--- a/alps/alps.css
+++ b/alps/alps.css
@@ -475,7 +475,8 @@ color:white;
#content textarea {
border-right:1px solid #cacaca;
-border-bottom:1px solid #cacaca;
+border-bottom:1px solid #cacaca;
+width:718px;
}
#content p,input.text,select,textarea,input.password {