Merge branch 'master' of cpsdqs/datatable.directory into master
This commit was merged in pull request #35.
This commit is contained in:
Vendored
+2
-1
@@ -30,7 +30,8 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.noscript-hide {
|
||||
.noscript-hide,
|
||||
#mainNavContent.noscript-hide { // hack to circumvent bootstrap’s 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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user