1
0

Added quantity edit form

Changed quantity long text field width setting
This commit is contained in:
cryptogopher
2019-11-24 01:26:35 +01:00
parent 8c073494e5
commit fdfedf3bc9
9 changed files with 116 additions and 81 deletions

View File

@@ -17,6 +17,10 @@ table.list td.value {
white-space: nowrap;
max-width: 1px;
}
table.list td.form {
padding-right: 2px;
text-align: left;
}
fieldset#filters table.filter td {padding-left: 8px;}
.icon-move-left { background-image: url(../images/1leftarrow.png); }