Update teacher profiles and record summaries
This commit is contained in:
+44
-1
@@ -211,7 +211,7 @@ h2 {
|
||||
}
|
||||
|
||||
.summary-search-row {
|
||||
grid-template-columns: minmax(180px, 1.4fr) repeat(5, minmax(110px, 0.8fr)) 88px;
|
||||
grid-template-columns: minmax(180px, 1.4fr) repeat(6, minmax(100px, 0.8fr)) 88px;
|
||||
}
|
||||
|
||||
input,
|
||||
@@ -630,6 +630,49 @@ td {
|
||||
color: var(--accent-strong);
|
||||
}
|
||||
|
||||
.small-button:disabled {
|
||||
border-color: #e4e7ec;
|
||||
background: #f2f4f7;
|
||||
color: #98a2b3;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.small-button:disabled:hover {
|
||||
border-color: #e4e7ec;
|
||||
color: #98a2b3;
|
||||
}
|
||||
|
||||
.summary-collapse-row td {
|
||||
padding: 0;
|
||||
background: #fbfcfd;
|
||||
}
|
||||
|
||||
.record-summary-item {
|
||||
padding: 12px 16px;
|
||||
border-top: 1px solid var(--line);
|
||||
}
|
||||
|
||||
.record-summary-title {
|
||||
margin-bottom: 8px;
|
||||
color: var(--accent-strong);
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.summary-time-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.summary-time-input {
|
||||
width: 120px;
|
||||
height: 32px;
|
||||
padding: 0 8px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.correction-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user