mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 19:31:10 +00:00
19 lines
245 B
CSS
19 lines
245 B
CSS
|
|
#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;
|
|
}
|