Skip to content

Commit

Permalink
Merge branch '4.0-dev' into 4.0-dev-com-contenthistory-null-date
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Oct 27, 2019
2 parents 534aa3f + 7ca1732 commit 40966f2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
4 changes: 4 additions & 0 deletions administrator/templates/atum/scss/blocks/_searchtools.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
@include media-breakpoint-down(sm) {
max-width:100%;
margin-right:0.5rem;

[dir=rtl] & {
margin-right: 0;
}
}
}
}
Expand Down
20 changes: 18 additions & 2 deletions administrator/templates/atum/scss/blocks/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,13 @@ joomla-toolbar-button {
margin-left:0 !important;
margin-right:0.75rem;
margin-bottom:0.75rem;

@include media-breakpoint-down(sm) {
[dir=rtl] & {
margin-left: 0.75rem;
margin-right: 0 !important;
}
}
}
}

Expand All @@ -359,14 +366,19 @@ joomla-toolbar-button {
.input-group,
.ordering-select,
.js-stools-field-list,
.js-stools-container-selector {
.js-stools-container-selector {
@include media-breakpoint-down(sm) {
width:100%;
}
}
.ordering-select,
.js-stools-container-selector{
.js-stools-container-selector {
margin-right:.5rem;
@include media-breakpoint-down(sm) {
[dir=rtl] & {
margin-right: 0 !important;
}
}
}
.btn-group{
@include media-breakpoint-down(sm) {
Expand Down Expand Up @@ -418,6 +430,10 @@ joomla-toolbar-button {
[class^='fa-'],
[class*=' fa-'] {
float: left;

[dir=rtl] & {
float: right;
}
}
}
}
Expand Down
6 changes: 5 additions & 1 deletion build/media_source/system/css/searchtools.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
margin-right: 8px;
}
html[dir=rtl] .js-stools .js-stools-container-selector {
float: right;
float: none;
margin-left: auto;
margin-right: 0;
}
Expand Down Expand Up @@ -64,6 +64,10 @@ html[dir=rtl] .js-stools .chosen-container {
display: inline-block;
margin: 0 5px 5px 0;
}
html[dir=rtl] .js-stools .js-stools-field-list,
.js-stools .js-stools-field-filter {
margin: 0 0 5px 5px;
}
.js-stools .js-stools-container-list .js-stools-field-list:last-child {
margin-right: 0;
}
Expand Down

0 comments on commit 40966f2

Please sign in to comment.