2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-04 20:51:00 +00:00

Added static files directory

- Improved display of part image
This commit is contained in:
Oliver
2018-04-14 18:22:31 +10:00
parent 72b44e15f4
commit a31ec388f4
8 changed files with 56 additions and 27 deletions

View File

@ -0,0 +1,43 @@
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 10px;
}
th {
text-align: left;
}
table tr:nth-child(even) {
background-color: #eee;
}
table tr:nth-child(odd) {
background-color: #fff;
}
.part-thumb {
width: 250px;
height: 250px;
border: 1px black solid;
margin: 5px;
padding: 5px;
object-fit: contain;
}
.media-body {
padding-top: 10px;
}
.navigation {
padding: 5px;
padding-left: 15px;
background-color: #EEE;
}
.inventree-content {
padding-left: 15px;
padding-right: 15px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB