diff options
author | marijus <mario@localhost.localdomain> | 2013-11-23 09:49:12 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-11-23 09:49:12 +0100 |
commit | a98685df760d40439fbcd61022dec7d2b9b58b5f (patch) | |
tree | 528c90951f52704a0e6e004e5ff63751656e224f | |
parent | ccba7d8d07a3d78693f764f0d5997782ac52bbda (diff) | |
download | volse-hubzilla-a98685df760d40439fbcd61022dec7d2b9b58b5f.tar.gz volse-hubzilla-a98685df760d40439fbcd61022dec7d2b9b58b5f.tar.bz2 volse-hubzilla-a98685df760d40439fbcd61022dec7d2b9b58b5f.zip |
make profile-jot-text and -title height scalable
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e7ac112f6..660651a7f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -358,7 +358,7 @@ footer { border: 0px; margin: 0px; padding: 8px; - height: 20px; + height: 1.8em; width: 530px; margin-bottom: 5px; font-weight: bold; @@ -1454,7 +1454,7 @@ tr.mceLast { /* Not MCE */ #profile-jot-text { - height: 20px; + height: 1.8em; color:#000; border: 1px solid #cccccc; padding: 8px; |