Clean up styles for #wphead, #favorite-actions and the old editor buttons, props andrewryno, see #18314

git-svn-id: https://develop.svn.wordpress.org/trunk@18976 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-10-15 07:46:58 +00:00
parent 573a1813dc
commit 4bb2ed26d8
11 changed files with 31 additions and 269 deletions

View File

@@ -13,9 +13,8 @@ TABLE OF CONTENTS:
4.0 - Notifications
5.0 - TinyMCE
6.0 - Admin Header
6.1 - Favorites Menu
6.2 - Screen Options Tabs
6.3 - Help Menu
6.1 - Screen Options Tabs
6.2 - Help Menu
7.0 - Main Navigation
8.0 - Layout Blocks
9.0 - Dashboard
@@ -698,7 +697,6 @@ a.rsswidget,
.tablenav .displaying-num,
.welcome-panel h3,
.widefat th,
#wphead h1,
.quicktags,
.search {
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
@@ -1342,113 +1340,15 @@ form.upgrade .hint {
/*------------------------------------------------------------------------------
6.0 - Admin Header
------------------------------------------------------------------------------*/
#wphead {
height: 32px;
margin-right: 20px;
margin-left: 2px;
}
#wphead a,
#adminmenu a,
#sidemenu a,
#taglist a,
#catlist a,
#wphead h1 a:hover {
#catlist a {
text-decoration: none;
}
#wphead h1 a:hover #site-title {
text-decoration:underline;
}
#header-logo {
float: left;
margin: 7px 0;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
#wphead h1 {
font-style: normal;
font-size: 16px;
padding: 6px 8px 5px;
margin: 0;
float: left;
}
/*------------------------------------------------------------------------------
6.1 - Favorites Menu
------------------------------------------------------------------------------*/
#favorite-actions {
margin: 0 12px 0 15px;
min-width: 130px;
position: relative;
display: inline-block;
top: -1px;
}
#favorite-first {
-webkit-border-radius: 12px;
border-radius: 12px;
line-height: 15px;
padding: 0 30px 0 0;
border-width: 1px;
border-style: solid;
}
#favorite-inside {
margin: 0;
padding: 2px 1px;
border-width: 1px;
border-style: solid;
position: absolute;
z-index: 11;
display: none;
-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
}
#favorite-first a {
padding: 2px 0 2px 12px;
}
#favorite-actions a {
display: block;
text-decoration: none;
font-size: 11px;
}
#favorite-inside a {
padding: 3px 5px 3px 10px;
line-height: 20px;
}
#favorite-toggle {
height: 18px;
position: absolute;
right: 0;
top: 1px;
width: 28px;
border-width: 0 0 0 1px;
border-style: solid;
}
#favorite-actions .slide-down {
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom: none;
}
/*------------------------------------------------------------------------------
6.2 - Screen Options Tabs
6.1 - Screen Options Tabs
------------------------------------------------------------------------------*/
#screen-meta {
@@ -1512,7 +1412,7 @@ form.upgrade .hint {
}
/*------------------------------------------------------------------------------
6.3 - Help Menu
6.2 - Help Menu
------------------------------------------------------------------------------*/
#contextual-help-back {
@@ -2801,7 +2701,6 @@ table .inline-edit-row fieldset ul.cat-hover {
#poststuff #titlewrap {
border: 0;
padding: 0;
}
#titlediv #title {
@@ -6479,6 +6378,22 @@ img {
user-select: none;
}
.press-this #wphead h1 {
font-weight: normal;
font-size: 16px;
line-height: 32px;
margin: 0;
float: left;
}
.press-this #wphead h1 a {
text-decoration: none;
}
.press-this #wphead h1 a:hover {
text-decoration: underline;
}
.press-this-sidebar {
float: right;
width: 200px;
@@ -6492,19 +6407,6 @@ img {
box-sizing: border-box;
}
.press-this #wphead h1 {
padding: 6px 0 0;
font-weight: normal;
}
.press-this #wphead h1 a {
text-decoration: none;
}
.press-this #wphead h1 a:hover {
text-decoration: underline;
}
.press-this .tagchecklist span a {
background: transparent url(../images/xit.gif) no-repeat 0 0;
}