From 7a069c1438eb0c6b84e9e93985722a34b4bca4e1 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 20 Jul 2011 11:08:42 +0200 Subject: Load tinyMCE on post editor only if needed. --- view/theme/duepuntozero/style.css | 7 +++++++ view/theme/loozah/style.css | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'view/theme') 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; -- cgit v1.2.3