Merge pull request #1199 from Ducz0r/lm-sci-2397-fix

Fix buttons style on tags modal [SCI-2397]
This commit is contained in:
Luka Murn 2018-06-08 13:55:28 +02:00 committed by GitHub
commit b471719cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -376,6 +376,12 @@ li.module-hover {
/* Edit module tags modal window */ /* Edit module tags modal window */
#manage-module-tags-modal { #manage-module-tags-modal {
.add-tag-form {
display: inline-block;
margin-left: 15px;
}
.modal-body ul.list-group > li { .modal-body ul.list-group > li {
padding-top: 2px; padding-top: 2px;
padding-bottom: 2px; padding-bottom: 2px;

View file

@ -52,7 +52,7 @@
<hr> <hr>
<div class="row"> <div class="row">
<%= bootstrap_form_for [@my_module, @new_mmt], remote: true, format: :json, html: { class: 'add-tag-form' } do |f| %> <%= 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"> <div class="well well-sm">
<%= collection_select(:my_module_tag, <%= collection_select(:my_module_tag,
:tag_id, :tag_id,