Tweak some styles for label printing on products index page, etc.
This commit is contained in:
parent
7111bb96ca
commit
36149e48ed
|
@ -94,6 +94,10 @@
|
||||||
* table
|
* table
|
||||||
******************************/
|
******************************/
|
||||||
|
|
||||||
|
.newgrid {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.newgrid table {
|
.newgrid table {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
|
|
|
@ -5,17 +5,17 @@
|
||||||
${parent.head_tags()}
|
${parent.head_tags()}
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
table.grid-header td.tools table {
|
table.label-printing th {
|
||||||
margin-left: auto;
|
font-weight: normal;
|
||||||
}
|
padding: 0px 0px 2px 4px;
|
||||||
|
|
||||||
table.grid-header td.tools table th,
|
|
||||||
table.grid-header td.tools table td {
|
|
||||||
padding: 0px;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.grid-header td.tools table #label-quantity {
|
table.label-printing td {
|
||||||
|
padding: 0px 0px 0px 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.label-printing #label-quantity {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue