forked from friendica/friendica-addons
17 lines
153 B
CSS
17 lines
153 B
CSS
|
|
#nsfw-label {
|
|
float: left;
|
|
width: 300px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#nsfw-words {
|
|
float: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#nsfw-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|