Merge branch 'master' of cpsdqs/datatable.directory into master

This commit was merged in pull request #35.
This commit is contained in:
2018-08-12 22:27:04 +00:00
committed by Gitea
4 changed files with 58 additions and 31 deletions
+2 -1
View File
@@ -30,7 +30,8 @@
cursor: pointer;
}
.noscript-hide {
.noscript-hide,
#mainNavContent.noscript-hide { // hack to circumvent bootstraps very liberal use of !important
display: none !important;
}
@@ -7,3 +7,31 @@
border: 0 none !important;
}
}
@media (min-width: 769px) and (max-width: 991px) {
#table-infobox {
flex-direction: column-reverse;
}
#infobox-tabContent,
#infobox-tab-container {
max-width: 100%;
}
#infobox-tab {
flex-direction: row !important;
}
}
@media (max-width: 991px) {
#table-infobox {
border-left: none !important;
}
#table-title-container {
flex-wrap: wrap;
justify-content: space-between;
}
#table-id {
width: 100%;
}
#table-title {
margin-left: 0 !important;
}
}