mirror of https://github.com/zulip/zulip.git
subs: Remove obsolete form.
This commit is contained in:
parent
ce336ed4ff
commit
472c845908
|
@ -65,10 +65,6 @@
|
|||
font-weight: 300;
|
||||
}
|
||||
|
||||
#add_new_subscription {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.subscription_header {
|
||||
min-height: 47px;
|
||||
}
|
||||
|
@ -178,10 +174,6 @@
|
|||
border: 1px solid hsl(0, 0%, 68%);
|
||||
}
|
||||
|
||||
form#add_new_subscription {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.create_stream_button {
|
||||
margin: 0 0 0 5px;
|
||||
|
||||
|
|
|
@ -10,17 +10,16 @@
|
|||
</div>
|
||||
<div class="left">
|
||||
<div class="search-container">
|
||||
<form id="add_new_subscription" class="form-inline" action="">
|
||||
<div id="add_new_subscription">
|
||||
{{#if can_create_streams}}
|
||||
<input type="submit" class="create_stream_button"
|
||||
value="+" title="{{t 'Create new stream' }} (n)"/>
|
||||
<button class="create_stream_button" title="{{t 'Create new stream' }} (n)">+</button>
|
||||
{{/if}}
|
||||
<div class="float-clear"></div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="input-append stream_name_search_section" id="stream_filter">
|
||||
<input type="text" name="stream_name" id="search_stream_name" autocomplete="off"
|
||||
placeholder="{{t 'Filter streams' }}" value="" form="add_new_subscription" />
|
||||
placeholder="{{t 'Filter streams' }}" value=""/>
|
||||
<button type="button" class="btn clear_search_button" id="clear_search_stream_name">
|
||||
<i class="fa fa-remove" aria-hidden="true"></i>
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue