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:
43
InvenTree/static/css/inventree.css
Normal file
43
InvenTree/static/css/inventree.css
Normal 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;
|
||||
}
|
BIN
InvenTree/static/img/blank_image.png
Normal file
BIN
InvenTree/static/img/blank_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
InvenTree/static/img/inventree.png
Normal file
BIN
InvenTree/static/img/inventree.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
Reference in New Issue
Block a user