mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user