summaryrefslogtreecommitdiff
path: root/themes/seven
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/seven
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/seven')
-rw-r--r--themes/seven/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index c84fe5906..074a06dc4 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -110,7 +110,7 @@ ul,
.item-list ul {
list-style-type: disc;
list-style-image: none;
- margin: 0.25em 0 0.25em 1.5em;
+ margin: 0.25em 0 0.25em 1.5em; /* LTR */
}
.item-list ul li,
li.leaf,
@@ -966,3 +966,11 @@ div.add-or-remove-shortcuts {
#block-node-recent .more-link {
padding: 0 5px 5px 0;
}
+
+/* User login block */
+#user-login-form .openid-links {
+ margin-left: 0; /* LTR */
+}
+#user-login-form .openid-links .user-link {
+ margin-left: 1.5em; /* LTR */
+}