Versioning, various minor cleaning

This commit is contained in:
Nightwalker450
2023-05-13 20:18:57 -07:00
parent b29784b5e0
commit 7c42e83ffc
2 changed files with 455 additions and 487 deletions
+21 -1
View File
@@ -1312,7 +1312,7 @@
background-color: #fff990;
margin: 5px;
width: 450px;
height: 213px;
height: 225px;
margin: 0px;
border: solid 2px goldenrod;
border-radius: 3px;
@@ -1327,7 +1327,27 @@
max-height: 28px;
margin-left: 10px;
}
/* --------------------------------------------------- */
/* Version Info */
/* --------------------------------------------------- */
.item-version-row {
display: grid;
grid-template-areas: "versionLabel versionInfo";
justify-content: flex-end;
align-items: baseline;
}
.item-version-label h2 {
font-size: 13px;
}
.item-version-information input[readonly] {
background-color: #fff990;
max-width: 45px;
}
/* --------------------------------------------------- */
/* Custom buttons */
/* --------------------------------------------------- */
File diff suppressed because it is too large Load Diff