Admin bar rtl fixes. Props johnjamesjacoby. fixes #17854

git-svn-id: https://develop.svn.wordpress.org/trunk@18329 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-06-22 21:14:36 +00:00
parent a0ae9633d4
commit 35ebb06f22
3 changed files with 12 additions and 3 deletions

View File

@@ -1,10 +1,14 @@
#wpadminbar {
direction: rtl;
font-family: Tahoma, Arial ,sans-serif;
font-family: Tahoma, Arial, Helvetica, sans-serif;
right: 0;
left: auto;
}
#wpadminbar * {
font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#wpadminbar .quicklinks ul {
text-align: right;
}
@@ -37,6 +41,11 @@
right: 30px;
}
#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar ul ul {
right: 0;
left: auto;
}
#wpadminbar .quicklinks .menupop li:hover > ul,
#wpadminbar .quicklinks .menupop li.hover > ul {
margin-right: 100%;