zulip/static
Sahil Batra 7662b088f5 sponsorship: Fix alignment of inputs in sponsorship form.
All the inputs of form has 'width: 100%' property but then
also the width of inputs were different because of box-sizing
property. The select input had 'box-sizing: border-box' style
but the others did not, so this commit adds this style to
the other inputs - text type input and the textarea input,
to fix the alignment.

Adding 'box-sizing: border-box' changes the actual height of
the normal text type input because the default input height
of 20px set by bootstrap now includes padding and border also,
so we add 'height: 30px' style to make its height same as the
select input.

Fixes #19332.
2021-07-21 08:58:09 -07:00
..
assets zulip-icon: Add `zulip-icon` as classPrefix for icon. 2021-04-29 09:02:25 -07:00
audio notificaiton_sounds: Add some atonal sounds created by @stwime. 2021-02-05 12:28:20 -08:00
generated
html templates: Mark all void tags as self-closing. 2021-04-21 09:49:34 -07:00
images portico: Add /for/education, /for/events, /for/research pages. 2021-07-20 22:37:52 -07:00
js portico: Add /for/education, /for/events, /for/research pages. 2021-07-20 22:37:52 -07:00
shared shared: Bump version to 0.0.6. 2021-06-15 14:40:58 -07:00
styles sponsorship: Fix alignment of inputs in sponsorship form. 2021-07-21 08:58:09 -07:00
templates stream settings: Move subscription_result template to stream_settings. 2021-07-19 10:54:11 -07:00
third third: Prevent typeahead from going off top of screen. 2021-07-07 16:47:30 -07:00
.gitignore dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00