zulip/static/styles
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
..
portico social_auth_select_email: Remove form-horizontal class. 2023-01-19 17:24:14 -08:00
alerts.css unread_ops: Let server do the mark as unread for us. 2022-11-17 00:46:26 -08:00
app_components.css settings: Fix flickering of icon when hovering on discard button. 2023-01-17 14:45:48 -08:00
components.css styles: Fix function-url-quotes. 2021-11-05 17:34:13 -07:00
compose.css compose: Fix overflow in expanded compose box preview mode. 2022-12-30 17:57:17 -08:00
dark_theme.css settings: Change hover behavior of save discard buttons. 2023-01-17 14:45:48 -08:00
drafts.css css: Use grid layout for messages. 2023-01-10 17:03:37 -08:00
hotspots.css hotspots: Remove intro_reply hotspot. 2021-12-07 21:55:59 -08:00
image_upload_widget.css image-upload-widget: Render image_disabled div if text to display. 2023-01-11 13:12:59 -08:00
informational_overlays.css overlay: Fix bug of information overlay not closing when text is selected. 2022-01-21 17:39:01 -08:00
input_pill.css compose: Offer narrow to compose target button for private messages. 2022-10-05 11:11:28 -07:00
left_sidebar.css styles: Add overflow: hidden fallback for overflow: clip. 2022-12-27 10:31:06 -08:00
lightbox.css lightbox: Remove Pan/Zoom enable button. 2022-03-03 13:48:32 -08:00
message_edit_history.css css: Use grid layout for messages. 2023-01-10 17:03:37 -08:00
message_row.css css: Use grid layout for messages. 2023-01-10 17:03:37 -08:00
modal.css settings: Set margin-bottom for email field in deactivate modal. 2022-12-13 12:03:06 -08:00
popovers.css actions_popover: Use tippyjs instead of bootstrap to display popover. 2022-12-06 09:58:40 -08:00
pygments.css styles: Fix stylelint rule-empty-line-before. 2021-10-17 07:15:09 -07:00
reactions.css css: Use grid layout for messages. 2023-01-10 17:03:37 -08:00
recent_topics.css css: Add min-width to user presence dot. (#23526) 2022-12-06 16:15:55 -08:00
rendered_markdown.css rendered_markdown: Fix alignment of icons in code blocks. 2022-09-22 10:35:33 -07:00
right_sidebar.css css: Add min-width to user presence dot. (#23526) 2022-12-06 16:15:55 -08:00
settings.css settings: Remove form-horizontal class from modal templates. 2023-01-19 17:26:58 -08:00
subscriptions.css stream_settings: Remove code for stream privacy modal. 2022-12-09 11:16:26 -08:00
typing_notifications.css left_side_userlist: Remove feature from frontend. 2022-11-14 12:23:55 -08:00
user_circles.css styles: Fix some invalid CSS. 2022-03-09 09:37:31 -08:00
user_status.css status_emoji: Modify centering technique for .selected_emoji. 2022-02-08 16:52:49 -08:00
widgets.css documentation (user): Document /poll in ? help widget. 2022-08-16 13:55:56 -07:00
zulip.css invite: Remove form-horizontal class from invite modal. 2023-01-19 17:24:48 -08:00