mirror of https://github.com/zulip/zulip.git
a05b0b8d23
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. |
||
---|---|---|
.. | ||
analytics | ||
confirmation | ||
corporate | ||
tests | ||
two_factor | ||
zerver | ||
zilencer | ||
.gitignore | ||
404.html | ||
500.html |