mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-03 19:24:48 +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
|
@ -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;
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue