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

Changed some category views to use boostrap list-group

- Looks much fancier!
This commit is contained in:
Oliver
2018-04-14 23:05:36 +10:00
parent 0e2c5e6af5
commit 204874dcb4
6 changed files with 220 additions and 24 deletions

View File

@ -1,10 +1,17 @@
table, th, td {
border: 1px solid black;
border-collapse: collapse;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
th, td {
padding: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
th {
@ -18,6 +25,13 @@ table tr:nth-child(odd) {
background-color: #fff;
}
.badge {
float: right;
background-color: #777;
color: #fff;
border-radius: 5px;
}
.part-thumb {
width: 150px;
height: 150px;