mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 01:14:30 +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;
|
||||
}
|
||||
}
|
||||
|
||||
.sample-group-submit {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
||||
#submit {
|
||||
margin-top: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#new_sample_group .color-picker {
|
||||
|
|
|
@ -25,11 +25,12 @@
|
|||
remote: true,
|
||||
html: { class: 'form-inline' },
|
||||
url: organization_sample_groups_path(current_organization) do |f| %>
|
||||
<div class="form-group">
|
||||
<%= f.text_field :name,
|
||||
id: 'name-input',
|
||||
class: 'form-control',
|
||||
hide_label: true %>
|
||||
|
||||
<%= f.text_field :name,
|
||||
id: 'name-input',
|
||||
class: 'form-control',
|
||||
hide_label: true %>
|
||||
<div class="sample-group-submit">
|
||||
<span id="submit" class="glyphicon glyphicon-ok"></span>
|
||||
</div>
|
||||
<span class="pull-right sample-group-controls">
|
||||
|
|
Loading…
Reference in a new issue