mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-15 03:13:20 +08:00
fixed glyphicon-ok position
This commit is contained in:
parent
787b8b1600
commit
dd85b128d2
2 changed files with 15 additions and 5 deletions
|
@ -93,6 +93,15 @@
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sample-group-submit {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
|
||||||
|
#submit {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#new_sample_group .color-picker {
|
#new_sample_group .color-picker {
|
||||||
|
|
|
@ -25,11 +25,12 @@
|
||||||
remote: true,
|
remote: true,
|
||||||
html: { class: 'form-inline' },
|
html: { class: 'form-inline' },
|
||||||
url: organization_sample_groups_path(current_organization) do |f| %>
|
url: organization_sample_groups_path(current_organization) do |f| %>
|
||||||
<div class="form-group">
|
|
||||||
<%= f.text_field :name,
|
<%= f.text_field :name,
|
||||||
id: 'name-input',
|
id: 'name-input',
|
||||||
class: 'form-control',
|
class: 'form-control',
|
||||||
hide_label: true %>
|
hide_label: true %>
|
||||||
|
<div class="sample-group-submit">
|
||||||
<span id="submit" class="glyphicon glyphicon-ok"></span>
|
<span id="submit" class="glyphicon glyphicon-ok"></span>
|
||||||
</div>
|
</div>
|
||||||
<span class="pull-right sample-group-controls">
|
<span class="pull-right sample-group-controls">
|
||||||
|
|
Loading…
Reference in a new issue