Auto Cut Feature Done

This commit is contained in:
2026-08-02 12:52:05 +05:30
parent 5acaffc224
commit 4705649ae8
4 changed files with 32 additions and 6 deletions

View File

@@ -37,10 +37,10 @@
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/autocomplete.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
<link href="/matrix/css/matrix-v2.css?v=7" rel="stylesheet" type="text/css" />
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
<link href="/matrix/css/punch-workspace-v3.css?v=1" rel="stylesheet" type="text/css" />
<link href="/matrix/css/punch-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
<link href="/matrix/css/add-cases-v4.css?v=5" rel="stylesheet" type="text/css" />
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
<script src="/matrix/js/matrix-shell-v2.js" defer></script>

View File

@@ -123,6 +123,22 @@ body.matrix-v2 #PageFrame {
border-radius: var(--matrix-radius-sm);
}
.matrix-v2 #cygnus-notifications .alert-dismissible {
position: relative;
padding-right: 38px;
}
.matrix-v2 #cygnus-notifications .alert-dismissible > .btn-close {
position: absolute;
top: 50%;
right: 10px;
width: 1em;
height: 1em;
margin: 0;
padding: 0;
transform: translateY(-50%);
}
/* Shared title treatment for migrated and legacy-backed views. */
.matrix-v2 .title,
.matrix-v2 .card-header,

View File

@@ -53,11 +53,14 @@
min-width: 72px;
}
.matrix-punch-workspace .buttonbar input[id="btnsave"],
.matrix-punch-workspace .buttonbar input[id="btnadd"] {
.matrix-punch-workspace .buttonbar input[id="btnsave"] {
margin-left: auto !important;
}
.matrix-punch-workspace .buttonbar input[id="btnadd"] {
margin-left: 0 !important;
}
.matrix-punch-workspace #formcontainer > .title {
position: sticky;
z-index: 21;