First commit: Addon for shortening long content and "show more" link.

This commit is contained in:
ike 2012-02-19 19:48:09 +01:00
parent 04ac322e3b
commit 516c678827
4 changed files with 143 additions and 0 deletions

19
showmore/showmore.css Executable file
View file

@ -0,0 +1,19 @@
#showmore-label, #showmore-enable-label {
float: left;
width: 300px;
margin-top: 10px;
}
#showmore-words, #showmore-enable {
float: left;
margin-top: 10px;
}
#showmore-submit {
margin-top: 15px;
}
.showmore-desc {
margin-top: 10px;
}