Skip to content

Commit

Permalink
adding margin to searchform (vufind-org#3865)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoWagen authored Aug 23, 2024
1 parent 7c07de9 commit 9ecb064
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion themes/bootprint3/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/bootstrap3/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/bootstrap3/less/components/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ table.search-history-table {
}

.searchForm {
margin: 0;
margin: 0.2rem 0;
padding: 0;
width: 100%;

Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap3/scss/components/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ table.search-history-table {
}

.searchForm {
margin: 0;
margin: 0.2rem 0;
padding: 0;
width: 100%;

Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap5/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/bootstrap5/scss/components/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ table.search-history-table {
}

.searchForm {
margin: 0;
margin: 0.2rem 0;
padding: 0;
width: 100%;

Expand Down
2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal5/css/compiled.css

Large diffs are not rendered by default.

0 comments on commit 9ecb064

Please sign in to comment.