remove unimplemented unit_divide box
This commit is contained in:
parent
c99aa7aab6
commit
2f10210c76
2 changed files with 0 additions and 22 deletions
|
@ -255,22 +255,3 @@ tr.unavailable {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// inputs that are "in the background" - less visible
|
|
||||||
.less-visible {
|
|
||||||
color: #ddd;
|
|
||||||
input {
|
|
||||||
color: #ddd;
|
|
||||||
border-color: #eee;
|
|
||||||
-webkit-box-shadow: rgba(0, 0, 0, 0.05);
|
|
||||||
-moz-box-shadow: rgba(0, 0, 0, 0.05);
|
|
||||||
box-shadow: rgba(0, 0, 0, 0.05);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.less-visible:hover {
|
|
||||||
color: @textColor;
|
|
||||||
input {
|
|
||||||
color: @textColor;
|
|
||||||
border-color: @inputBorder;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -12,9 +12,6 @@
|
||||||
= f.input_field :unit_quantity, class: 'input-mini', title: Article.human_attribute_name(:unit_quantity)
|
= f.input_field :unit_quantity, class: 'input-mini', title: Article.human_attribute_name(:unit_quantity)
|
||||||
×
|
×
|
||||||
= f.input_field :unit, class: 'input-mini', title: Article.human_attribute_name(:unit)
|
= f.input_field :unit, class: 'input-mini', title: Article.human_attribute_name(:unit)
|
||||||
%span#unit_divide_container.less-visible
|
|
||||||
= f.label :unit, label: " per ".html_safe
|
|
||||||
= f.input_field :unit, class: 'input-mini', id: 'article_unit_divide'
|
|
||||||
|
|
||||||
= f.input :note
|
= f.input :note
|
||||||
= f.association :article_category
|
= f.association :article_category
|
||||||
|
|
Loading…
Reference in a new issue