Fix admin bar in iOS5 iPads, props georgestephanis, fixes #18654

git-svn-id: https://develop.svn.wordpress.org/trunk@19338 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-11-18 17:16:26 +00:00
parent 419bafe2c6
commit c68fe3c461
5 changed files with 35 additions and 6 deletions
+11
View File
@@ -275,6 +275,17 @@
#wpadminbar .ab-top-secondary {
float: right;
position: fixed;
right: 0;
top: 0;
background-color: #464646; /* Fallback */
background-image: -ms-linear-gradient(bottom, #373737, #464646 5px); /* IE10 */
background-image: -moz-linear-gradient(bottom, #373737, #464646 5px); /* Firefox */
background-image: -o-linear-gradient(bottom, #373737, #464646 5px); /* Opera */
background-image: -webkit-gradient(linear, left bottom, left top, from(#373737), to(#464646)); /* old Webkit */
background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px); /* new Webkit */
background-image: linear-gradient(bottom, #373737, #464646 5px); /* proposed W3C Markup */
}
#wpadminbar ul li:last-child,