CropEditor: adopt a more Bootstrap-savvy form layout

This commit is contained in:
2023-05-18 12:13:36 +02:00
parent 8b0459fae4
commit 33bc262f0a
2 changed files with 37 additions and 14 deletions

View File

@@ -34,7 +34,7 @@
color: #fff;
}
#crop_editor input[type=number] {
width: 75px;
width: 85px;
background: #555;
color: #fff;
}
@@ -44,6 +44,7 @@
.crop_position {
background: rgba(0, 0, 0, 1.0);
border: none;
display: flex;
padding: 5px;
text-align: center;
}