1
0
Fork 0

Load tinyMCE on post editor only if needed.

This commit is contained in:
Fabio Comuni 2011-07-20 11:08:42 +02:00
commit 7a069c1438
5 changed files with 98 additions and 67 deletions

View file

@ -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{

View file

@ -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;