mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-05 23:08:48 +00:00
CSS tweaks for modals
This commit is contained in:
parent
d321947026
commit
56821abd09
@ -192,7 +192,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
width: 45%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-secondary .modal-dialog {
|
.modal-secondary .modal-dialog {
|
||||||
@ -225,6 +225,7 @@
|
|||||||
/* Force a control-label div to be 100% width */
|
/* Force a control-label div to be 100% width */
|
||||||
.modal .control-label {
|
.modal .control-label {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal .control-label .btn {
|
.modal .control-label .btn {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user