Revert placement of Help and Screen Options to under the admin bar on the right, see #18197, see #18785

git-svn-id: http://svn.automattic.com/wordpress/trunk@19130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-11-03 17:08:12 +00:00
parent eb835e1901
commit f73e6b3228
15 changed files with 75 additions and 81 deletions

View File

@@ -1618,9 +1618,8 @@ table.diff .diff-addedline ins {
#contextual-help-back {
background-color: #EFF8FF;
border-color: #D1E5EE;
-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
-moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.contextual-help-tabs a:hover {