ohif-viewer/LesionTracker/client/mobileStyles.css

52 lines
808 B
CSS
Raw Normal View History

/* Mobile devices */
2015-11-19 22:51:52 +01:00
@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-layout: fixed;
font-size: 0.7em;
}
#tablist {
2015-11-19 22:51:52 +01:00
width: 85%;
overflow-x: auto;
}
2015-11-19 22:51:52 +01:00
#toolbar .btn-group button {
width: 40px;
height: 40px;
}
2015-11-19 22:51:52 +01:00
.studyDateList {
margin-top: 5px;
}
}
2015-11-19 22:51:52 +01:00
@media (max-device-width: 667px) {
2015-11-19 22:51:52 +01:00
#toolbar .btn-group button {
width: 35px;
height: 35px;
}
2015-11-19 22:51:52 +01:00
}