Use foodsoft button and table styles (no btn-group, no table-condensed)
This commit is contained in:
parent
d3ccfd1929
commit
1ebd4e3ce6
2 changed files with 6 additions and 7 deletions
|
|
@ -98,7 +98,7 @@
|
|||
.btn-toolbar
|
||||
.btn-group
|
||||
%input#new_stock_article{:style => 'width: 500px;'}
|
||||
%table.table.table-condensed.table-hover#stock_articles_for_adding
|
||||
%table.table.table-hover#stock_articles_for_adding
|
||||
%thead
|
||||
%tr
|
||||
%th
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
= render :partial => 'stock_article_for_adding', :locals => {:article => article}
|
||||
|
||||
%h2= t '.title_fill_quantities'
|
||||
%table.table.table-condensed#stock_changes
|
||||
%table.table#stock_changes
|
||||
%thead
|
||||
%tr
|
||||
%th
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue