latest data of product details arranged in table

This commit is contained in:
Aaska Black Wolf
2026-05-31 14:38:00 +02:00
parent b4159bf772
commit 46b65be406
4 changed files with 41 additions and 23 deletions
+5 -1
View File
@@ -28,9 +28,13 @@ img { float: left; padding: 0px; margin: 0px; margin-right: 5px; }
.mainView { min-width: 600px; background-color: #660; margin: 5px; flex-grow: 1; }
.productImageSmall { height: 50px; }
.productList { width: 300px; overflow: auto; background-color: #00a; margin: 5px; }
.productList { min-width: 300px; overflow: auto; background-color: #00a; margin: 5px; }
.productListItem { min-height: 50px; }
.padding { padding: 5px; }
.right { text-align: right; }
table { border-collapse: collapse; border-width: 0px; }
td { padding-left: 0px; padding-right: 10px; }
[id^="li"] { cursor: pointer; }