mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-02 18:53:07 +08:00
Merge pull request #1199 from Ducz0r/lm-sci-2397-fix
Fix buttons style on tags modal [SCI-2397]
This commit is contained in:
commit
b471719cc2
2 changed files with 7 additions and 1 deletions
app
|
@ -376,6 +376,12 @@ li.module-hover {
|
|||
|
||||
/* Edit module tags modal window */
|
||||
#manage-module-tags-modal {
|
||||
|
||||
.add-tag-form {
|
||||
display: inline-block;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.modal-body ul.list-group > li {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<hr>
|
||||
<div class="row">
|
||||
<%= bootstrap_form_for [@my_module, @new_mmt], remote: true, format: :json, html: { class: 'add-tag-form' } do |f| %>
|
||||
<div class="col-xs-6">
|
||||
<div>
|
||||
<div class="well well-sm">
|
||||
<%= collection_select(:my_module_tag,
|
||||
:tag_id,
|
||||
|
|
Loading…
Reference in a new issue