diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-08-02 05:45:05 +0300 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-08-02 05:45:05 +0300 |
commit | 8e1ae7549362688dd38e053dd736ddc5fc6a4982 (patch) | |
tree | e75129109c96bbd90fd9f98c93ee70e38d0979b2 | |
parent | 901d80e4a0377f94bb5735512d316aa330136c84 (diff) |
add a little space before the success/fail icons, for RTL status messages
-rw-r--r-- | lib/gallery.common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 2bb5b6e2..315ec363 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -638,7 +638,7 @@ div#g-action-status { .rtl .g-warning, .rtl #g-add-photos-status .g-success, .rtl #g-add-photos-status .g-error { - background-position: center right; + background-position: 99% 50%; padding-right: 30px !important; } |