Fixed RTL errors for search suggestions
authorTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 16 Dec 2010 19:03:51 +0000 (19:03 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 16 Dec 2010 19:03:51 +0000 (19:03 +0000)
resources/jquery/jquery.suggestions.css

index f33e0f7..531a921 100644 (file)
@@ -39,6 +39,7 @@
        margin: 0;
        line-height: 1.5em;
        padding: 0.01em 0.25em;
+       text-align: left;
 }
 .suggestions-result-current {
        background-color: #4C59A6;
 .suggestions-special .special-label {
        font-size: 0.8em;
        color: gray;
+       text-align: left;
 }
 .suggestions-special .special-query {
        color: black;
        font-style: italic;
+       text-align: left;
 }
 .suggestions-special .special-hover {
        background-color: silver;