mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 07:22:53 +00:00
19 lines
No EOL
220 B
CSS
19 lines
No EOL
220 B
CSS
|
|
#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;
|
|
} |