Styling and RTL style fixes for user/site autocomplete. Props ocean90, helenyhou. fixes #20584

git-svn-id: https://develop.svn.wordpress.org/trunk@20705 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2012-05-02 21:33:43 +00:00
parent b128d68f11
commit 19842a6b22
6 changed files with 75 additions and 11 deletions
+12
View File
@@ -117,6 +117,18 @@ input[type=password] {
direction: ltr;
}
input[type="text"].ui-autocomplete-loading {
background: transparent url('../images/loading.gif') no-repeat left center;
}
ul#add-to-blog-users {
margin: 0 14px 0 0;
}
.ui-autocomplete li {
text-align: right;
}
/*------------------------------------------------------------------------------
3.0 - Actions
------------------------------------------------------------------------------*/