diff options
author | friendica <info@friendica.com> | 2013-11-23 01:04:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-23 01:04:40 -0800 |
commit | c8cc63a39f78c4284662dd1a2ba84a5f01efcd10 (patch) | |
tree | c886d2552af2a5e56363bbc13290436f34992f31 | |
parent | ea7c4ab236dc76fa61d706bf888c53d94c2db517 (diff) | |
parent | a98685df760d40439fbcd61022dec7d2b9b58b5f (diff) | |
download | volse-hubzilla-c8cc63a39f78c4284662dd1a2ba84a5f01efcd10.tar.gz volse-hubzilla-c8cc63a39f78c4284662dd1a2ba84a5f01efcd10.tar.bz2 volse-hubzilla-c8cc63a39f78c4284662dd1a2ba84a5f01efcd10.zip |
Merge pull request #210 from git-marijus/master
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; |