improve dicom uploading

This commit is contained in:
Ross
2023-10-23 13:36:41 +01:00
parent c786019af1
commit 0f3bc68de6
28 changed files with 464 additions and 172 deletions
+18 -2
View File
@@ -73,7 +73,7 @@ a:link {
font-size: 20;
}
.hide {
.hide, .hidden {
display: none;
}
@@ -712,7 +712,8 @@ input {
text-decoration: underline;
}
.date,.small-gray {
.date,
.small-gray {
font-size: smaller;
opacity: 50%;
}
@@ -1039,4 +1040,19 @@ h6 {
background-color: black;
width: 100%;
}
table .peninsula-trainee::before {
content: "Trainee";
transform: rotate(-90deg) translate(-45px, -10px);
color: darkblue;
display: inline-block;
float: left;
width: 20px;
}
#series-list .selected {
color: white;
background-color: #52057b;
user-select: none;
}