Merge pull request 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
app
assets/stylesheets
views/my_module_tags

View file

@ -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;

View file

@ -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,