lesion table scrollbar is visible
This commit is contained in:
parent
39db003dca
commit
652144932f
@ -1,7 +1,24 @@
|
|||||||
|
|
||||||
/* Mobile devices */
|
/* Mobile devices */
|
||||||
|
|
||||||
@media only screen and (min-device-width : 375px) and (max-device-width : 768px) and (orientation : portrait) {
|
@media only screen and (min-device-width : 375px) and (max-device-width : 768px){
|
||||||
|
|
||||||
|
.logoContainer {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-brand img {
|
||||||
|
height: 20px;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-brand h4.name {
|
||||||
|
padding: 1px;
|
||||||
|
font-size: 0.3em;
|
||||||
|
width: 50%;;
|
||||||
|
}
|
||||||
|
|
||||||
table#tblStudyList {
|
table#tblStudyList {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
@ -9,19 +26,26 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#tablist {
|
#tablist {
|
||||||
width: 84%;
|
width: 85%;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#toolbar .btn-group button {
|
#toolbar .btn-group button {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.studyDateList {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-device-width: 667px) {
|
@media (max-device-width: 667px) {
|
||||||
|
|
||||||
#toolbar .btn-group button {
|
#toolbar .btn-group button {
|
||||||
width: 35px;
|
width: 35px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#lesionTableContainer
|
#lesionTableContainer
|
||||||
width: 100%
|
width: 100%
|
||||||
height: 16%
|
height: 16%
|
||||||
position: absolute
|
position: relative
|
||||||
|
|
||||||
.lesionTable
|
.lesionTable
|
||||||
|
|
||||||
|
|||||||
@ -1,13 +1,14 @@
|
|||||||
.studyDateList
|
.studyDateList
|
||||||
margin: 0px auto
|
margin: 0 auto 15px
|
||||||
text-align: left
|
text-align: left
|
||||||
width: 100%
|
width: 100%
|
||||||
border-top: 2px solid #777
|
border-top: 2px solid #777
|
||||||
padding: 10px
|
|
||||||
|
|
||||||
label
|
label
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
color: white
|
color: white
|
||||||
|
padding-top: 5px
|
||||||
|
padding-left: 5px
|
||||||
|
|
||||||
.loading
|
.loading
|
||||||
display: none
|
display: none
|
||||||
|
|||||||
@ -18,6 +18,8 @@
|
|||||||
<input type="search" class="form-control worklist-search" id="patientId">
|
<input type="search" class="form-control worklist-search" id="patientId">
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
|
{{#unless isTouchDevice}}
|
||||||
<th>
|
<th>
|
||||||
<div>
|
<div>
|
||||||
Accession #
|
Accession #
|
||||||
@ -26,6 +28,8 @@
|
|||||||
<input type="search" class="form-control worklist-search" id="accessionNumber">
|
<input type="search" class="form-control worklist-search" id="accessionNumber">
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
|
{{/unless}}
|
||||||
|
|
||||||
<th>
|
<th>
|
||||||
<div>
|
<div>
|
||||||
Study Date
|
Study Date
|
||||||
@ -34,6 +38,8 @@
|
|||||||
<input type="search" class="form-control worklist-search" id="studyDate">
|
<input type="search" class="form-control worklist-search" id="studyDate">
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
|
{{#unless isTouchDevice}}
|
||||||
<th>
|
<th>
|
||||||
<div>
|
<div>
|
||||||
Modality
|
Modality
|
||||||
@ -42,6 +48,7 @@
|
|||||||
<input type="search" class="form-control worklist-search" id="modality" style="visibility: hidden; ">
|
<input type="search" class="form-control worklist-search" id="modality" style="visibility: hidden; ">
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
|
{{/unless}}
|
||||||
<th>
|
<th>
|
||||||
<div>
|
<div>
|
||||||
StudyDescription
|
StudyDescription
|
||||||
@ -50,6 +57,8 @@
|
|||||||
<input type="search" class="form-control worklist-search" id="studyDescription" style="visibility: hidden; ">
|
<input type="search" class="form-control worklist-search" id="studyDescription" style="visibility: hidden; ">
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
|
{{#unless isTouchDevice}}
|
||||||
<th>
|
<th>
|
||||||
<div>
|
<div>
|
||||||
# Images
|
# Images
|
||||||
@ -58,6 +67,7 @@
|
|||||||
<input type="search" class="form-control worklist-search" id="numberOfImages" style="visibility: hidden; ">
|
<input type="search" class="form-control worklist-search" id="numberOfImages" style="visibility: hidden; ">
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
|
{{/unless}}
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="studyListData">
|
<tbody id="studyListData">
|
||||||
|
|||||||
@ -9,6 +9,10 @@ Template.worklistResult.helpers({
|
|||||||
*/
|
*/
|
||||||
studies : function() {
|
studies : function() {
|
||||||
return WorklistStudies.find({}, {sort: {patientName : 1, studyDate : 1}});
|
return WorklistStudies.find({}, {sort: {patientName : 1, studyDate : 1}});
|
||||||
|
},
|
||||||
|
|
||||||
|
isTouchDevice: function() {
|
||||||
|
return isTouchDevice();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user