zulip/static
Sahil Batra 802deb1761 settings: Remove form-horizontal class from modal templates.
This commit removes form-horizontal class from various modal
templates. We add CSS for margin-bottom property for select
and input elements to keep the design same as before. Most
of the added CSS can be removed once we remove bootstrap
CSS completely for these elements.

We can safely remove this class since vertical-align property
is already present due to other bootstrap CSS. And
margin-bottom property for checkbox inputs are added by
bootstrap and for text inputs inside ".new-style" element it
is handled in app_components.css. For other inputs, this commit
adds CSS as mentioned above.

The display property for inputs other than checkbox and select
elements is set to inline-block by other bootstrap CSS.
For checkbox-type inputs browser sets display property to
inline-block but it is eventually computed to "block" as the
float property is set to left and so it is not required to
set display property for checkbox type inputs.
2023-01-19 17:26:58 -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 settings: Remove form-horizontal class from modal templates. 2023-01-19 17:26:58 -08:00
templates settings: Remove form-horizontal class from modal templates. 2023-01-19 17:26:58 -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