]> git.mxchange.org Git - friendica-addons.git/blobdiff - nsfw/nsfw.css
Clean up the code
[friendica-addons.git] / nsfw / nsfw.css
old mode 100644 (file)
new mode 100755 (executable)
index 548b63a..a8c1bfe
@@ -1,11 +1,11 @@
 
-#nsfw-label {
+#nsfw-label, #nsfw-enable-label {
        float: left;
        width: 300px;
        margin-top: 10px;
 }
 
-#nsfw-words {
+#nsfw-words, #nsfw-enable {
        float: left;
        margin-top: 10px;
 }
@@ -14,3 +14,6 @@
        margin-top: 15px;
 }
 
+.nsfw-desc {
+       margin-top: 10px;
+}
\ No newline at end of file