Responsive table should not scroll on large display

This commit is contained in:
Ulrich Block 2014-11-09 15:28:14 +01:00
parent c361f202d6
commit caac2a0f8f
3 changed files with 12 additions and 0 deletions

View File

@ -60,4 +60,10 @@ table form {
.collapse :not(in) {
margin-bottom: 0;
}
@media (min-width: 768px) {
.table-responsive {
overflow-x: hidden;
}
}

View File

@ -20,6 +20,9 @@
<!-- Theme style -->
<link href="css/adminlte/AdminLTE.css" rel="stylesheet" type="text/css" />
<!-- Easy-Wi custom styles -->
<link href="css/default/easy-wi.css" rel="stylesheet" type="text/css" />
<?php echo implode('',$htmlExtraInformation['css']);?>
<!-- jQuery -->

View File

@ -20,6 +20,9 @@
<!-- Theme style -->
<link href="css/adminlte/AdminLTE.css" rel="stylesheet" type="text/css" />
<!-- Easy-Wi custom styles -->
<link href="css/default/easy-wi.css" rel="stylesheet" type="text/css" />
<?php echo implode('',$htmlExtraInformation['css']);?>
<!-- jQuery -->