[Web] Make mobile usage less annoying; anchors for maps; sidebar for maps

This commit is contained in:
andryyy
2019-12-23 10:19:49 +01:00
parent e47e54f3de
commit 78c501ecee
6 changed files with 39 additions and 5 deletions

View File

@@ -77,3 +77,7 @@ table tbody tr {
table tbody tr td input[type="checkbox"] {
cursor: pointer;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs .open>a, .nav-tabs .open>a:hover, .nav-tabs .open>a:focus {
padding-bottom: 10px;
margin-top: 6px;
}

View File

@@ -11,7 +11,7 @@ table.footable>tbody>tr.footable-empty>td {
.table-responsive {
overflow: visible !important;
}
@media screen and (max-width: 767px) {
@media screen and (max-width: 1280px) {
.table-responsive {
overflow-x: scroll !important;
}

View File

@@ -59,3 +59,7 @@ table tbody tr {
table tbody tr td input[type="checkbox"] {
cursor: pointer;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs .open>a, .nav-tabs .open>a:hover, .nav-tabs .open>a:focus {
padding-bottom: 10px;
margin-top: 6px;
}