N-Shar-ma
e52268aeee
documentation (user): Document `/poll` in `?` help widget.
...
To make it easier for users to make polls, their syntax is documented
using an example along with its (non dynamic) rendered version.
Fixes : #18588 .
2022-08-16 13:55:56 -07:00
Anders Kaseorg
1e6bc5b36b
styles: Delete some unused CSS.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-06-10 12:27:48 -07:00
SantamRC
373f700736
widgets: Fix line wrapping of todo descriptions.
...
The simplest solution for doing this involves adding some divs.
Fixes #20523 .
2022-03-21 17:52:45 -07:00
NerdyLucifer
666fe465dd
poll_widget: Fix the position of poll title editing button.
...
Places poll editing button in the same line of poll title by changing
display property of poll title from inline-block to inline.
Fixes #20753 .
2022-02-04 13:43:05 -08:00
N-Shar-ma
be486b6138
i18n: Fix 'add choice' / 'add task' button size.
...
Removed the CSS rule setting the button's width to 100px. This lets
the button take as much space as the appropriate translation needs,
without displaying an odd two-line button.
Fixes : #20077
2022-01-18 12:46:45 -08:00
Anders Kaseorg
52ad928d3e
styles: Fix shorthand-property-no-redundant-values.
...
Generated by stylelint --fix.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-11-05 17:34:13 -07:00
Tim Abbott
c60f83120b
css: Fix missing whitespace in poll CSS.
...
a8b529b3ed
hadn't been rebased since we
added the relevant linter rule.
2021-10-26 18:09:40 -07:00
nooblag
a8b529b3ed
widgets: Improve visual style for Polls.
2021-10-26 15:14:46 -07:00
Ganesh Pawar
cc6aad75c6
widgets: Margin-left for the box-shadow to be visible on the left.
2021-07-24 09:52:14 -07:00
Tim Abbott
e77bb84988
css: Remove invalid widgets CSS.
...
This green font block seems to apply to a TODO widget that is also a
poll, which doesn't exist.
2021-06-11 15:08:14 -07:00
Anders Kaseorg
a3d26d701e
styles: Rename .scss files back to .css.
...
css-loader@4 broke @import statements referencing files with
extensions other than .css, unless those @import statements are
compiled away by another loader. Upstream is more interested in
arguing that such @import statements are semantically incorrect than
applying the one line fix.
https://github.com/webpack-contrib/css-loader/issues/1164
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-09-15 16:33:28 -07:00