Admin: After [35128], make the 'Configure' link work again for dashboard widgets.

See #34987.
Built from https://develop.svn.wordpress.org/trunk@35896


git-svn-id: http://core.svn.wordpress.org/trunk@35860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2015-12-13 13:57:26 +00:00
parent 8ad27a1405
commit b804b26269
5 changed files with 27 additions and 29 deletions

View File

@ -734,12 +734,17 @@ form.initial-form.quickpress-open input#title {
margin: 10px;
}
.edit-box {
.postbox .button-link .edit-box {
display: none;
}
h3:hover .edit-box {
display: inline;
.edit-box {
opacity: 0;
}
.hndle:hover .edit-box,
.edit-box:focus {
opacity: 1;
}
#dashboard-widgets form .input-text-wrap input {
@ -765,19 +770,13 @@ h3:hover .edit-box {
text-decoration: none;
}
#dashboard-widgets h3 a {
#dashboard-widgets h2 a {
text-decoration: underline;
}
#dashboard-widgets h3 .postbox-title-action {
position: absolute;
left: 10px;
padding: 0;
top: 5px;
}
.js #dashboard-widgets h3 .postbox-title-action {
left: 33px;
#dashboard-widgets .hndle .postbox-title-action {
float: left;
line-height: 1.2;
}
#dashboard_plugins h5 {

View File

@ -734,12 +734,17 @@ form.initial-form.quickpress-open input#title {
margin: 10px;
}
.edit-box {
.postbox .button-link .edit-box {
display: none;
}
h3:hover .edit-box {
display: inline;
.edit-box {
opacity: 0;
}
.hndle:hover .edit-box,
.edit-box:focus {
opacity: 1;
}
#dashboard-widgets form .input-text-wrap input {
@ -765,19 +770,13 @@ h3:hover .edit-box {
text-decoration: none;
}
#dashboard-widgets h3 a {
#dashboard-widgets h2 a {
text-decoration: underline;
}
#dashboard-widgets h3 .postbox-title-action {
position: absolute;
right: 10px;
padding: 0;
top: 5px;
}
.js #dashboard-widgets h3 .postbox-title-action {
right: 33px;
#dashboard-widgets .hndle .postbox-title-action {
float: right;
line-height: 1.2;
}
#dashboard_plugins h5 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35895';
$wp_version = '4.5-alpha-35896';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.