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>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th></th>
|
<th style="width:13px;"></th>
|
||||||
<th style="width:4.5em;">Preis</th>
|
<th style="width:4.5em;">Preis</th>
|
||||||
<th style="width:7em;">Fehlende Einheiten</th>
|
<th style="width:7em;">Fehlende Einheiten</th>
|
||||||
<th id="col_required">Menge</th>
|
<th id="col_required">Menge</th>
|
||||||
<% if not @order.stockit? -%>
|
<% if not @order.stockit? -%>
|
||||||
<th id="col_tolerance">Toleranz</th>
|
<th id="col_tolerance">Toleranz</th>
|
||||||
<% end %>
|
<% end %>
|
||||||
<th>Summe</th>
|
<th style="width:15px;">Summe</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
@ -424,8 +424,7 @@ table#order {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: #E4EED6;
|
background-color: #E4EED6;
|
||||||
border-top: 2px solid #78B74E;
|
border-top: 2px solid #78B74E; }
|
||||||
opacity: 0.95; }
|
|
||||||
#order-footer #total-sum, .article-info #total-sum {
|
#order-footer #total-sum, .article-info #total-sum {
|
||||||
width: 22em;
|
width: 22em;
|
||||||
margin: .5em 2em 0 0;
|
margin: .5em 2em 0 0;
|
||||||
|
@ -441,9 +440,9 @@ table#order {
|
||||||
background-color: red; }
|
background-color: red; }
|
||||||
|
|
||||||
#order-footer {
|
#order-footer {
|
||||||
min-width: 975px;
|
width: 100%;
|
||||||
right: 15px;
|
right: 0;
|
||||||
left: 15px; }
|
left: 0; }
|
||||||
|
|
||||||
.article-info {
|
.article-info {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
|
@ -424,8 +424,7 @@ table#order {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: #E4EED6;
|
background-color: #E4EED6;
|
||||||
border-top: 2px solid #78B74E;
|
border-top: 2px solid #78B74E; }
|
||||||
opacity: 0.95; }
|
|
||||||
#order-footer #total-sum, .article-info #total-sum {
|
#order-footer #total-sum, .article-info #total-sum {
|
||||||
width: 22em;
|
width: 22em;
|
||||||
margin: .5em 2em 0 0;
|
margin: .5em 2em 0 0;
|
||||||
|
@ -441,9 +440,9 @@ table#order {
|
||||||
background-color: red; }
|
background-color: red; }
|
||||||
|
|
||||||
#order-footer {
|
#order-footer {
|
||||||
min-width: 975px;
|
width: 100%;
|
||||||
right: 15px;
|
right: 0;
|
||||||
left: 15px; }
|
left: 0; }
|
||||||
|
|
||||||
.article-info {
|
.article-info {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
|
@ -463,7 +463,7 @@ table#order
|
||||||
bottom: 0
|
bottom: 0
|
||||||
background-color: #E4EED6
|
background-color: #E4EED6
|
||||||
border-top: 2px solid #78B74E
|
border-top: 2px solid #78B74E
|
||||||
opacity: 0.95
|
//opacity: 0.95
|
||||||
#total-sum
|
#total-sum
|
||||||
width: 22em
|
width: 22em
|
||||||
margin: .5em 2em 0 0
|
margin: .5em 2em 0 0
|
||||||
|
@ -478,9 +478,9 @@ table#order
|
||||||
input:disabled
|
input:disabled
|
||||||
background-color: red
|
background-color: red
|
||||||
#order-footer
|
#order-footer
|
||||||
min-width: 975px
|
width: 100%
|
||||||
right: 15px
|
right: 0
|
||||||
left: 15px
|
left: 0
|
||||||
.article-info
|
.article-info
|
||||||
z-index: 2
|
z-index: 2
|
||||||
width: 45em
|
width: 45em
|
||||||
|
|
Loading…
Reference in a new issue