zulip/static
Sahil Batra 48dec70099 invite: Remove form-horizontal class from invite modal.
This commit removes form-horizontal class from invite_user
template. We can safely remove this class as vertical-align
property is already handled for input and select elements
by other bootstrap CSS.

For checkbox type inputs, the display property is already
set to inline-block by browser for all input elements but
it is eventually computed to "block" since float property
for this element is set to left. So, setting display
property is not necessary for checkbox input.

We add margin-bottom property CSS for now and that can
eventually be removed when we remove bootstrap CSS for
these elements completely.
2023-01-19 17:24:48 -08:00
..
assets compose: Create shared compose banner and use for resolved topic warning. 2022-12-06 15:42:07 -08:00
audio/notification_sounds audio: Remove the copy of zulip.ogg outside notification_sounds. 2022-06-10 12:27:48 -07:00
generated
html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
images help center: Add mobile instructions to "Mute a topic". 2023-01-18 16:00:12 -08:00
js css: Don't render message failed buttons. 2023-01-19 10:57:14 -08:00
shared shared: Bump version to 0.0.18 2023-01-18 13:25:44 -08:00
styles invite: Remove form-horizontal class from invite modal. 2023-01-19 17:24:48 -08:00
templates invite: Remove form-horizontal class from invite modal. 2023-01-19 17:24:48 -08:00
third typeahead: Make the typeahead completions undo friendly. 2023-01-06 16:53:57 -08:00
.gitignore docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00