Tweak some styles for label printing on products index page, etc.

This commit is contained in:
Lance Edgar 2016-02-15 13:24:27 -06:00
parent 7111bb96ca
commit 36149e48ed
2 changed files with 12 additions and 8 deletions

View file

@ -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;

View file

@ -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;
} }