Update Hello Dolly for the new admin ui. Fixes #5657 props hansengel.
git-svn-id: https://develop.svn.wordpress.org/trunk@6871 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5515989e0a
commit
69f21834fb
@ -59,10 +59,11 @@ function dolly_css() {
|
|||||||
#dolly {
|
#dolly {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2.3em;
|
top: 2.3em;
|
||||||
margin: 0; padding: 0;
|
margin: 0;
|
||||||
right: 1em;
|
padding: 0;
|
||||||
|
right: 15%;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #f1f1f1;
|
color: #d54e21;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
";
|
";
|
||||||
|
Loading…
Reference in New Issue
Block a user