Css fixes.
This commit is contained in:
parent
65a0a30f5a
commit
a4a48dc4fe
4 changed files with 46 additions and 40 deletions
|
@ -1,7 +1,7 @@
|
|||
<%= render :partial => 'order_head' %>
|
||||
|
||||
<div class="single_column" style="clear:both;">
|
||||
<% form_tag(:action => 'saveOrder', :id => @order) do %>
|
||||
<div class="single_column" style="clear:both;margin-bottom:7em;">
|
||||
<div class="box_title">
|
||||
<h2>Artikel</h2>
|
||||
</div>
|
||||
|
@ -78,6 +78,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="order-footer">
|
||||
<div id="info-box">
|
||||
</div>
|
||||
|
@ -104,7 +105,6 @@
|
|||
<input type="hidden" id="total_balance" name="total_balance" value="<%= @ordergroup.account_balance - total %>"/>
|
||||
<input type="hidden" name="version" value="<%= @version %>"/>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
|
|
|
@ -426,6 +426,8 @@ table#order {
|
|||
#order-footer #total-sum #order-button input, .article-info #total-sum #order-button input {
|
||||
background-color: #78B74E;
|
||||
color: #fff; }
|
||||
#order-footer #total-sum #order-button input:disabled, .article-info #total-sum #order-button input:disabled {
|
||||
background-color: red; }
|
||||
|
||||
.article-info {
|
||||
z-index: 2;
|
||||
|
|
|
@ -426,6 +426,8 @@ table#order {
|
|||
#order-footer #total-sum #order-button input, .article-info #total-sum #order-button input {
|
||||
background-color: #78B74E;
|
||||
color: #fff; }
|
||||
#order-footer #total-sum #order-button input:disabled, .article-info #total-sum #order-button input:disabled {
|
||||
background-color: red; }
|
||||
|
||||
.article-info {
|
||||
z-index: 2;
|
||||
|
|
|
@ -467,6 +467,8 @@ table#order
|
|||
input
|
||||
background-color: #78B74E
|
||||
color: #fff
|
||||
input:disabled
|
||||
background-color: red
|
||||
.article-info
|
||||
z-index: 2
|
||||
width: 30em
|
||||
|
|
Loading…
Reference in a new issue