latest data of product details arranged in table
This commit is contained in:
+5
-1
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user