fixes hound

This commit is contained in:
Mojca Lorber 2016-09-14 11:24:19 +02:00
parent a9029e0928
commit aba5305cd6
2 changed files with 6 additions and 5 deletions

View file

@ -15,7 +15,7 @@ table = $("#samples").DataTable({
extend: "colvis",
text: function () {
return '<span class="glyphicon glyphicon-option-horizontal"></span> ' +
'<span class="hidden-xs-custom">' +
'<span class='hidden-xs-custom'>' +
I18n.t('samples.column_visibility') +
'</span>';
},

View file

@ -26,25 +26,26 @@
@media (min-width: 1075px) {
.col-sm-3-custom {
float: left;
width: 25%;
float: left;
}
.col-sm-9-custom {
width: 75%;
float: left;
width: 75%;
}
}
.col-sm-3-custom {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
}
.col-sm-9-custom {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
}