summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-05 16:28:06 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-05 16:28:06 +0000
commit44c4a2b473b2e73f077b37bb249c5354d7af824e (patch)
tree78a81610a1d6ac35a0ae247f634307e314d74dc9 /themes/garland
parent7cd9bebc6cff59caf70d2c0c3f5bbd62427c1f9a (diff)
downloadbrdo-44c4a2b473b2e73f077b37bb249c5354d7af824e.tar.gz
brdo-44c4a2b473b2e73f077b37bb249c5354d7af824e.tar.bz2
- Patch #788696 by JohnAlbin: OpenID login styling is broken in RTL languages, crummy in LTR.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/style-rtl.css8
-rw-r--r--themes/garland/style.css9
2 files changed, 17 insertions, 0 deletions
diff --git a/themes/garland/style-rtl.css b/themes/garland/style-rtl.css
index 0f92b3841..df6e03c7b 100644
--- a/themes/garland/style-rtl.css
+++ b/themes/garland/style-rtl.css
@@ -274,6 +274,14 @@ div.vertical-tabs {
#user-login-form ul {
text-align: right;
}
+#user-login-form .openid-links {
+ padding-left: 0;
+ padding-right: 0.5em;
+}
+#user-login-form .openid-links li.user-link {
+ padding-left: 0;
+ padding-right: 1em;
+}
div.admin .left {
float: right;
diff --git a/themes/garland/style.css b/themes/garland/style.css
index f48df85f3..be429b75e 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -1055,6 +1055,15 @@ div.vertical-tabs ul.vertical-tabs-list li.selected a strong {
#user-login-form ul {
text-align: left; /* LTR */
}
+#user-login .openid-links {
+ padding: 0;
+}
+#user-login-form .openid-links {
+ padding-left: 0.5em; /* LTR */
+}
+#user-login-form .openid-links li.user-link {
+ padding-left: 1em; /* LTR */
+}
/**
* User profiles.