Skip to content
Snippets Groups Projects
Commit 67939add authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #234785 by Rowanw: made the 'more help' link work with RTL languages.

parent a7f12c03
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,10 @@ thead th {
.more-help-link {
text-align: left;
}
.more-help-link a {
padding: 1px 20px 1px 0;
background-position: 100% 50%;
}
dl.multiselect dt, dl.multiselect dd {
float: right;
......
......@@ -157,9 +157,8 @@ tr.merge-up, tr.merge-up td, tr.merge-up th {
text-align: right; /* LTR */
}
.more-help-link a {
padding: 1px 0 1px 20px;
background-image: url(../../misc/help.png);
background-repeat: no-repeat;
padding: 1px 0 1px 20px; /* LTR */
background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */
}
.more-link {
text-align: right; /* LTR */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment