mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-11 22:56:41 +08:00
fixes hound
This commit is contained in:
parent
a9029e0928
commit
aba5305cd6
2 changed files with 6 additions and 5 deletions
|
|
@ -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>';
|
||||
},
|
||||
|
|
|
|||
9
app/assets/stylesheets/extend/bootstrap.scss
vendored
9
app/assets/stylesheets/extend/bootstrap.scss
vendored
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue