Use the "media" admin menu icon for the add media button in DFW, move the tagline, see #17136

git-svn-id: https://develop.svn.wordpress.org/trunk@17947 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-05-17 17:33:22 +00:00
parent d01abdea69
commit 9b7b96ba51
4 changed files with 14 additions and 7 deletions

View File

@@ -654,11 +654,10 @@ form.upgrade .hint {
}
#wp-fullscreen-tagline {
bottom: 20px;
color: #BBBBBB;
font-size: 18px;
position: fixed;
right: 20px;
float: right;
padding-top: 5px;
}
/* =Top bar
@@ -799,6 +798,15 @@ form.upgrade .hint {
display: none;
}
#wp-fullscreen-buttons .mce_image .mce_image {
background-image: url("../images/menu.png?ver=20100531");
background-position: -124px -38px;
}
#wp-fullscreen-buttons .mce_image .mce_image:hover {
background-position: -124px -6px;
}
/* =Thickbox Adjustments
-------------------------------------------------------------- */
.fullscreen-active #TB_overlay {