Few css changes for performance improvement.
This commit is contained in:
parent
45039bf60f
commit
05d88d6178
4 changed files with 14 additions and 16 deletions
|
@ -10,14 +10,14 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th></th>
|
||||
<th style="width:13px;"></th>
|
||||
<th style="width:4.5em;">Preis</th>
|
||||
<th style="width:7em;">Fehlende Einheiten</th>
|
||||
<th id="col_required">Menge</th>
|
||||
<% if not @order.stockit? -%>
|
||||
<th id="col_tolerance">Toleranz</th>
|
||||
<% end %>
|
||||
<th>Summe</th>
|
||||
<th style="width:15px;">Summe</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
@ -424,8 +424,7 @@ table#order {
|
|||
position: fixed;
|
||||
bottom: 0;
|
||||
background-color: #E4EED6;
|
||||
border-top: 2px solid #78B74E;
|
||||
opacity: 0.95; }
|
||||
border-top: 2px solid #78B74E; }
|
||||
#order-footer #total-sum, .article-info #total-sum {
|
||||
width: 22em;
|
||||
margin: .5em 2em 0 0;
|
||||
|
@ -441,9 +440,9 @@ table#order {
|
|||
background-color: red; }
|
||||
|
||||
#order-footer {
|
||||
min-width: 975px;
|
||||
right: 15px;
|
||||
left: 15px; }
|
||||
width: 100%;
|
||||
right: 0;
|
||||
left: 0; }
|
||||
|
||||
.article-info {
|
||||
z-index: 2;
|
||||
|
|
|
@ -424,8 +424,7 @@ table#order {
|
|||
position: fixed;
|
||||
bottom: 0;
|
||||
background-color: #E4EED6;
|
||||
border-top: 2px solid #78B74E;
|
||||
opacity: 0.95; }
|
||||
border-top: 2px solid #78B74E; }
|
||||
#order-footer #total-sum, .article-info #total-sum {
|
||||
width: 22em;
|
||||
margin: .5em 2em 0 0;
|
||||
|
@ -441,9 +440,9 @@ table#order {
|
|||
background-color: red; }
|
||||
|
||||
#order-footer {
|
||||
min-width: 975px;
|
||||
right: 15px;
|
||||
left: 15px; }
|
||||
width: 100%;
|
||||
right: 0;
|
||||
left: 0; }
|
||||
|
||||
.article-info {
|
||||
z-index: 2;
|
||||
|
|
|
@ -463,7 +463,7 @@ table#order
|
|||
bottom: 0
|
||||
background-color: #E4EED6
|
||||
border-top: 2px solid #78B74E
|
||||
opacity: 0.95
|
||||
//opacity: 0.95
|
||||
#total-sum
|
||||
width: 22em
|
||||
margin: .5em 2em 0 0
|
||||
|
@ -478,9 +478,9 @@ table#order
|
|||
input:disabled
|
||||
background-color: red
|
||||
#order-footer
|
||||
min-width: 975px
|
||||
right: 15px
|
||||
left: 15px
|
||||
width: 100%
|
||||
right: 0
|
||||
left: 0
|
||||
.article-info
|
||||
z-index: 2
|
||||
width: 45em
|
||||
|
|
Loading…
Reference in a new issue