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
|
||||
******************************/
|
||||
|
||||
.newgrid {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.newgrid table {
|
||||
background-color: white;
|
||||
border: 1px solid black;
|
||||
|
|
|
@ -5,17 +5,17 @@
|
|||
${parent.head_tags()}
|
||||
<style type="text/css">
|
||||
|
||||
table.grid-header td.tools table {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
table.grid-header td.tools table th,
|
||||
table.grid-header td.tools table td {
|
||||
padding: 0px;
|
||||
table.label-printing th {
|
||||
font-weight: normal;
|
||||
padding: 0px 0px 2px 4px;
|
||||
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;
|
||||
width: 30px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue