Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 9, 2024
1 parent cbc7b99 commit b17c26a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions src/baseframe/static/css/chosen.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,11 +405,13 @@
}

.chzn-container .chzn-results-scroll-down span {
background: url('/_baseframe/img/chosen-sprite.png?1330837580') no-repeat -4px -3px;
background: url('/_baseframe/img/chosen-sprite.png?1330837580')
no-repeat -4px -3px;
}

.chzn-container .chzn-results-scroll-up span {
background: url('/_baseframe/img/chosen-sprite.png?1330837580') no-repeat -22px -3px;
background: url('/_baseframe/img/chosen-sprite.png?1330837580')
no-repeat -22px -3px;
}

/* @end */
Expand Down Expand Up @@ -579,7 +581,8 @@
}

.chzn-rtl .chzn-search input {
background: #fff url('/_baseframe/img/chosen-sprite.png?1330837580') no-repeat -38px -22px;
background: #fff url('/_baseframe/img/chosen-sprite.png?1330837580')
no-repeat -38px -22px;
padding: 4px 4px 4px 20px;
direction: rtl;
}
Expand Down
4 changes: 2 additions & 2 deletions src/baseframe/static/less/bootstrap/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@
// -------------------------
#inputGridSystem {
.inputColumns(@gridGutterWidth, @gridColumnWidth, @gridRowWidth, @columns) {
width: ((@gridColumnWidth) * @columns) + (@gridGutterWidth * (@columns - 1)) -
10;
width: ((@gridColumnWidth) * @columns) +
(@gridGutterWidth * (@columns - 1)) - 10;
}
.generate(@gridColumns, @gridColumnWidth, @gridGutterWidth) {
input,
Expand Down

0 comments on commit b17c26a

Please sign in to comment.