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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-05-17 17:33:22 +00:00
parent cb62ef2b58
commit dcb9985b13
4 changed files with 14 additions and 7 deletions

File diff suppressed because one or more lines are too long

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 {