2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-10 23:14:13 +00:00

More fixes

- About modal
- Server-side modals
- icon badges
- checkboxes in API forms
This commit is contained in:
Oliver
2021-10-28 19:41:46 +11:00
parent d0085efa28
commit b1cdcdf0b8
5 changed files with 40 additions and 21 deletions

View File

@ -229,8 +229,6 @@
padding: 5px 10px;
}
/* Bootstrap table overrides */
.stock-sub-group td {
background-color: #ebf4f4;
}
@ -392,6 +390,10 @@
font-size: 90%;
}
.table-condensed td {
padding: .25em .5em;
}
/* grid display for part images */
.table-img-grid tr {
@ -436,6 +438,12 @@
float: right;
}
.icon-badge {
padding-right: 2px;
padding-left: 2px;
font-size: 125%;
}
.part-properties > span {
padding-left: 5px;
padding-right: 5px;
@ -473,6 +481,10 @@
padding-right: 5px;
}
.form-switch {
font-size: 120%;
}
.media {
/* padding-top: 15px; */
overflow: visible;
@ -1015,4 +1027,9 @@ input[type='number']{
.borderless {
border: none;
}
a {
text-decoration: none;
background-color: transparent;
}