forked from friendica/friendica-addons
19 lines
220 B
CSS
Executable file
19 lines
220 B
CSS
Executable file
|
|
#nsfw-label, #nsfw-enable-label {
|
|
float: left;
|
|
width: 300px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#nsfw-words, #nsfw-enable {
|
|
float: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#nsfw-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.nsfw-desc {
|
|
margin-top: 10px;
|
|
} |