mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
First commit: Addon for shortening long content and "show more" link.
This commit is contained in:
parent
04ac322e3b
commit
516c678827
4 changed files with 143 additions and 0 deletions
19
showmore/showmore.css
Executable file
19
showmore/showmore.css
Executable 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue