mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-17 14:19:05 +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",
|
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>';
|
||||||
},
|
},
|
||||||
|
|
|
||||||
9
app/assets/stylesheets/extend/bootstrap.scss
vendored
9
app/assets/stylesheets/extend/bootstrap.scss
vendored
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue