plugin to toggle plaintext editing

This commit is contained in:
friendica 2012-02-06 20:48:59 -08:00
parent fbc44b2135
commit ca6a78d9c3
3 changed files with 101 additions and 0 deletions

14
editplain/editplain.css Executable file
View file

@ -0,0 +1,14 @@
#editplain-enable-label {
float: left;
width: 200px;
margin-bottom: 25px;
}
#editplain-checkbox {
float: left;
}