Skip to content

Commit

Permalink
Merge pull request #3478 from infograf768/rtl_scroll
Browse files Browse the repository at this point in the history
Correcting horizontal scroll bar in RTL
  • Loading branch information
infograf768 authored and Bakual committed May 12, 2014
2 parents 95190e9 + a04ccff commit 52ca355
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions administrator/templates/isis/css/template-rtl.css
Expand Up @@ -8451,6 +8451,19 @@ body {
left: 3px;
right: auto;
}
.chzn-container.chzn-with-drop .chzn-drop {
right: 0;
left: auto;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
position: absolute;
right: -9999px;
left: auto;
}
.chzn-container .chzn-drop {
right: -9999px;
left: auto;
}
.alert {
padding-right: 14px;
padding-left: 35px;
Expand Down
13 changes: 13 additions & 0 deletions media/jui/css/bootstrap-rtl.css
Expand Up @@ -511,6 +511,19 @@ body {
left: 3px;
right: auto;
}
.chzn-container.chzn-with-drop .chzn-drop {
right: 0;
left: auto;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
position: absolute;
right: -9999px;
left: auto;
}
.chzn-container .chzn-drop {
right: -9999px;
left: auto;
}
.alert {
padding-right: 14px;
padding-left: 35px;
Expand Down
13 changes: 13 additions & 0 deletions media/jui/less/bootstrap-rtl.less
Expand Up @@ -516,6 +516,19 @@ direction:rtl;
left: 3px;
right: auto;
}
.chzn-container.chzn-with-drop .chzn-drop {
right: 0;
left: auto;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
position: absolute;
right: -9999px;
left: auto;
}
.chzn-container .chzn-drop {
right: -9999px;
left: auto;
}
.alert {
padding-right: 14px;
padding-left: 35px;
Expand Down

0 comments on commit 52ca355

Please sign in to comment.