Merge pull request #5237 from Snuffleupagus/fix-findInput-RTL-loading-indicator

Fix the placement of the findInput loading indicator in RTL locales
This commit is contained in:
Tim van der Meij 2014-09-03 20:31:33 +02:00
commit d9ec0e58e0

View File

@ -410,6 +410,9 @@ html[dir='rtl'] .findbar {
background-repeat: no-repeat;
background-position: right;
}
html[dir='rtl'] #findInput[data-status="pending"] {
background-position: left;
}
.secondaryToolbar {
padding: 6px;