forked from friendica/friendica-addons
20 lines
245 B
CSS
20 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;
|
||
|
}
|