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", extend: "colvis",
text: function () { text: function () {
return '<span class="glyphicon glyphicon-option-horizontal"></span> ' + return '<span class="glyphicon glyphicon-option-horizontal"></span> ' +
'<span class="hidden-xs-custom">' + '<span class='hidden-xs-custom'>' +
I18n.t('samples.column_visibility') + I18n.t('samples.column_visibility') +
'</span>'; '</span>';
}, },

View file

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