|
<%= form_tag transactions_sales_path, :method => :get do %>
-
+
+
+
+
+
<% end %>
|
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index cb050880..62af91af 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -405,4 +405,26 @@ tr.discount-item-row:hover { -moz-opacity: 1; /* mozilla */ } -/***********************End Origami CSS ************************/ \ No newline at end of file +/***********************End Origami CSS ************************/ + +/*----- Order Processing Items -----*/ +.opi_ul { + display:block; + padding-left:0px; +} +.opi_ul li { + display:list-item; + list-style: none; + margin-top:2px; +} + +.opi_selected { + background-color:#BEA2C2 !important; +} +.opi_default { + cursor: pointer; + background-color: #E8ECF9; + line-height: inherit; + padding:5px; +} +/*----- Order Processing Items -----*/ \ No newline at end of file diff --git a/app/views/settings/processing_items/_form.html.erb b/app/views/settings/processing_items/_form.html.erb index 38c4284d..8230e4e6 100644 --- a/app/views/settings/processing_items/_form.html.erb +++ b/app/views/settings/processing_items/_form.html.erb @@ -18,15 +18,18 @@
|
<%= form_tag transactions_sales_path, :method => :get do %>
-
+
+
+
+
+
<% end %>
|