aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-02-26 09:51:40 +0000
committerMario <mario@mariovavti.com>2020-02-26 09:51:40 +0000
commite7f25b84664c158343621c391b8653042d5be53c (patch)
tree70e86ba68f7345ad1375b43bb8b38aafab089523 /view/css
parentb36eb9a91cba1a6f3a53961f895665a0ae110b95 (diff)
downloadvolse-hubzilla-e7f25b84664c158343621c391b8653042d5be53c.tar.gz
volse-hubzilla-e7f25b84664c158343621c391b8653042d5be53c.tar.bz2
volse-hubzilla-e7f25b84664c158343621c391b8653042d5be53c.zip
implement poll UI in jot
Diffstat (limited to 'view/css')
-rw-r--r--view/css/conversation.css20
1 files changed, 12 insertions, 8 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index f7804f5dd..287d662ae 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -1,15 +1,18 @@
/* jot */
+.jothidden {
+ display:none;
+}
-.jothidden input[type="text"] {
- border: 0px;
- margin: 0px;
- height: 2.5rem;
- width: 100%;
+.jot-poll-option {
+ position: relative;
}
-.jothidden {
- display:none;
+.poll-option-close {
+ position: absolute;
+ right: 0;
+ top: 0;
+ padding: 0.25rem 0 0.25rem 0.5rem;
}
#jot-title-wrap,
@@ -18,7 +21,8 @@
border-bottom: 1px solid rgba(0, 0, 0, .2);
}
-#jot-attachment-wrap {
+#jot-attachment-wrap,
+#jot-poll-wrap {
border-top: 1px solid rgba(0, 0, 0, .2);
}