aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-08-31 09:38:47 +0200
committerMario Vavti <mario@mariovavti.com>2016-08-31 09:38:47 +0200
commit2b9322fc7d879fecbe334083bbd028538c985c54 (patch)
tree278a9b59dc44f60d5ad30db2fae39f76d14e426f /view
parent202b757bc46d17b324f79751ce754e16ba737386 (diff)
downloadvolse-hubzilla-2b9322fc7d879fecbe334083bbd028538c985c54.tar.gz
volse-hubzilla-2b9322fc7d879fecbe334083bbd028538c985c54.tar.bz2
volse-hubzilla-2b9322fc7d879fecbe334083bbd028538c985c54.zip
provide a possibility to create checklists in bbcode [x] creates a checked checkbox, [] creates an unchecked checkbox
Diffstat (limited to 'view')
-rw-r--r--view/css/conversation.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 6c5171545..fe89e2536 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -319,3 +319,8 @@ img.smiley.emoji:hover {
width: 32px;
height: 32px;
}
+
+input.listcheckbox {
+ margin: 0px;
+ vertical-align: middle;
+}