diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-20 11:08:42 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-20 11:08:42 +0200 |
commit | 7a069c1438eb0c6b84e9e93985722a34b4bca4e1 (patch) | |
tree | be755ce3f75da6efb77fb5831898eaf72e201dbd /view/theme | |
parent | 11d1d309c28b7c09ae566c2a9e36bea0c5aee85a (diff) | |
download | volse-hubzilla-7a069c1438eb0c6b84e9e93985722a34b4bca4e1.tar.gz volse-hubzilla-7a069c1438eb0c6b84e9e93985722a34b4bca4e1.tar.bz2 volse-hubzilla-7a069c1438eb0c6b84e9e93985722a34b4bca4e1.zip |
Load tinyMCE on post editor only if needed.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b4feaaa27..90ed2119c 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1483,6 +1483,13 @@ input#dfrn-url { width: 180px; } +#profile-jot-text { + height: 20px; + color:#cccccc; + border: 1px solid #cccccc; +} + + /** acl **/ #profile-jot-acl-wrapper{ diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 698f30803..f46fa0064 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1561,6 +1561,13 @@ padding: 5px 10px 0px; overflow: auto; } +#profile-jot-text { + height: 20px; + color:#cccccc; + border: 1px solid #cccccc; +} + + /** acl **/ #profile-jot-acl-wrapper{ display:block!important; |