mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
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. |
||
|---|---|---|
| .. | ||
| portico | ||
| alerts.css | ||
| app_components.css | ||
| components.css | ||
| compose.css | ||
| dark_theme.css | ||
| drafts.css | ||
| hotspots.css | ||
| image_upload_widget.css | ||
| informational_overlays.css | ||
| input_pill.css | ||
| left_sidebar.css | ||
| lightbox.css | ||
| message_edit_history.css | ||
| message_row.css | ||
| modal.css | ||
| popovers.css | ||
| pygments.css | ||
| reactions.css | ||
| recent_topics.css | ||
| rendered_markdown.css | ||
| right_sidebar.css | ||
| settings.css | ||
| subscriptions.css | ||
| typing_notifications.css | ||
| user_circles.css | ||
| user_status.css | ||
| widgets.css | ||
| zulip.css | ||