We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
before
after
edite modules\installer\css\installer.css
after .screenshot { float: left; width: 133px; height: 100px; margin: 0; } add [dir="rtl"] .screenshot { float: right; }
.screenshot { float: left; width: 133px; height: 100px; margin: 0; }
[dir="rtl"] .screenshot { float: right; }
after .has-image .project-information { margin-left: 148px; } add [dir="rtl"] .has-image .project-information { margin-right: 148px; margin-left: 0; }
.has-image .project-information { margin-left: 148px; }
[dir="rtl"] .has-image .project-information { margin-right: 148px; margin-left: 0; }
PR: backdrop/backdrop#2547
The text was updated successfully, but these errors were encountered:
Issue backdrop#3616: [UX] Project Browser: Fix RTL in the "Install ne…
fe8ad0a
…w themes" page backdrop/backdrop-issues#3616
Thanks once again @shabibalm 👍 ...PR up for review: backdrop/backdrop#2547
Sorry, something went wrong.
Issue #3616: [UX] Project Browser: Fix RTL in the "Install new themes…
c88dc6d
…" page. By @klonos, @shabibalm, and @Plochem.
a2771a8
Thanks @klonos, @shabibalm, and @Plochem! Merged backdrop/backdrop#2547 into 1.x and 1.12.x.
Plochem
No branches or pull requests
before
after
edite modules\installer\css\installer.css
after
.screenshot { float: left; width: 133px; height: 100px; margin: 0; }
add
[dir="rtl"] .screenshot { float: right; }
after
.has-image .project-information { margin-left: 148px; }
add
[dir="rtl"] .has-image .project-information { margin-right: 148px; margin-left: 0; }
PR: backdrop/backdrop#2547
The text was updated successfully, but these errors were encountered: