improve dicom uploading
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user