Skip to content

Commit

Permalink
feat: support image and MEI validation
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Jun 5, 2024
1 parent d39c3a8 commit 96de9c7
Show file tree
Hide file tree
Showing 9 changed files with 31,458 additions and 731 deletions.
29 changes: 24 additions & 5 deletions Cress-gh/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ a:hover {
align-self: center;
height: 50%;
}
#validation_status {
color: inherit;
}
#validation_status_container {
display: flex;
}
.file_status_title {
margin-right: 5px;
}

/* Bottom row: dropdown menu */
.navbar-item {
Expand Down Expand Up @@ -388,19 +397,21 @@ a:hover {
border-radius: 5px;
overflow: hidden;
outline: none;
box-sizing: border-box;
}
/* modal header */
#cress-modal-window-header {
height: 5vh;
width: 100%;
padding-left: 20px;
padding-right: 20px;
background-color: #7cb1b7;
background-color: #C3AED6;
color: white;
font-weight: bold;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
#cress-modal-window-header-close {
border-radius: 50%;
Expand Down Expand Up @@ -429,6 +440,7 @@ a:hover {
flex-direction: column;
align-items: center;
align-content: space-around;
box-sizing: border-box;
}
.cress-modal-window-content {
display: none;
Expand Down Expand Up @@ -467,7 +479,7 @@ a:hover {
width: 100%;
}
.cress-modal-window-btn {
background-color: #7cb1b7;
background-color: #C3AED6;
color: white;
cursor: pointer;
padding: 5px;
Expand Down Expand Up @@ -527,7 +539,9 @@ a:hover {
/* ----------------------- */
/* Section: Handsontable
/* ----------------------- */
.handsontable.customMenuButton .changeType {

/* Keep camelCase names as they are from the library */
.handsontable.table-menu-btn .changeType {
background: #e2e2e2;
border-radius: 100%;
width: 16px;
Expand All @@ -537,7 +551,12 @@ a:hover {
border: none;
}

.handsontable.customMenuButton .changeType::before {
.handsontable.table-menu-btn .changeType::before {
content: '▼ ';
zoom: 0.9;
}
}

.ht_master .wtHolder {
overflow-y: auto !important;
overflow-x: hidden !important;
}
70 changes: 70 additions & 0 deletions Cress-gh/assets/js/xmllint.js

Large diffs are not rendered by default.

Loading

0 comments on commit 96de9c7

Please sign in to comment.