zulip/templates
Sahil Batra a05b0b8d23 portico: Remove form-horizontal class from some portico pages.
This commit removes form-horizontal class from password reset
pages (page in which user enters the email and the page where
user sets the new password) and user register page.

We can safely remove the form-horizontal class, since the
vertical-align property is already applied by other CSS
in bootstrap and margin is overridden by CSS in
portico_signin.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.

For the help-inline elements, the display and margin properties
are overridden in portico_signin.css and vertical-align property
is handled by CSS for "help-inline" class in bootstrap.css.
2023-01-19 17:24:14 -08:00
..
analytics analytics-realm-activity: Add link to realm's stats page. 2022-12-02 17:30:30 -08:00
confirmation error_pages: Fix content overlapping with header. 2022-10-10 08:59:51 -07:00
corporate support: Remove form-horizontal from form element in support request page. 2023-01-19 17:24:14 -08:00
tests
two_factor templates: Prevent dangling end tags. 2021-11-23 15:55:54 -08:00
zerver portico: Remove form-horizontal class from some portico pages. 2023-01-19 17:24:14 -08:00
zilencer
.gitignore
404.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
500.html templates: Improve text on 500 error pages. 2022-10-07 15:20:19 -07:00