[FIX] responsive tables
This commit is contained in:
parent
9e256904f9
commit
040e2baa35
@ -205,6 +205,15 @@ input[type="color"],
|
|||||||
.navbar-top-links .dropdown-alerts {
|
.navbar-top-links .dropdown-alerts {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
.col-md-spark, .col-md-spark-2 {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.col-md-spark {
|
||||||
|
width:16.65%
|
||||||
|
}
|
||||||
|
.col-md-spark-2 {
|
||||||
|
width:20%
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
|
||||||
@ -342,13 +351,6 @@ table.dataTable thead .sorting:after {
|
|||||||
color: rgba(50,50,50,.5);
|
color: rgba(50,50,50,.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table {
|
|
||||||
width: 100%;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
table-layout: fixed;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.dataTables_length select {
|
div.dataTables_length select {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
@ -477,18 +479,6 @@ th.smallwidth {
|
|||||||
padding-right:15px
|
padding-right:15px
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width:992px) {
|
|
||||||
.col-md-spark, .col-md-spark-2 {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.col-md-spark {
|
|
||||||
width:16.65%
|
|
||||||
}
|
|
||||||
.col-md-spark-2 {
|
|
||||||
width:20%
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
span.overview-mhs {
|
span.overview-mhs {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -603,4 +593,20 @@ padding-right:1px;
|
|||||||
padding:4px;
|
padding:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel > .table,
|
||||||
|
.panel > .table-responsive > .table {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-responsive
|
||||||
|
{
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
overflow-x: scroll;
|
||||||
|
overflow-y: hidden;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||||
|
}
|
||||||
|
|
||||||
/* End Tables */
|
/* End Tables */
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
/**
|
||||||
|
* metisMenu v1.0.1
|
||||||
|
* Author : Osman Nuri Okumuş
|
||||||
|
* Copyright 2014
|
||||||
|
* Licensed under MIT
|
||||||
|
*/
|
||||||
|
|
||||||
;(function ($, window, document, undefined) {
|
;(function ($, window, document, undefined) {
|
||||||
|
|
||||||
var pluginName = "metisMenu",
|
var pluginName = "metisMenu",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user