mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-24 01:40:28 +00:00
Widgets page, first run, see #9511
git-svn-id: https://develop.svn.wordpress.org/trunk@10912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+18
-11
@@ -1544,19 +1544,20 @@ table.form-table td .updated {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox h3 {
|
||||
cursor: pointer;
|
||||
.widget .widget-top,
|
||||
.postbox h3 {
|
||||
cursor: move;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox .hndle span {
|
||||
.postbox .hndle span {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox .hndle {
|
||||
.postbox .hndle {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
@@ -1569,7 +1570,7 @@ table.form-table td .updated {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.meta-box-sortables .postbox .handlediv {
|
||||
.postbox .handlediv {
|
||||
float: right;
|
||||
width: 23px;
|
||||
height: 26px;
|
||||
@@ -1590,9 +1591,9 @@ table.form-table td .updated {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.metabox-holder .postbox,
|
||||
#poststuff .postbox,
|
||||
#poststuff .stuffbox {
|
||||
.widget,
|
||||
.postbox,
|
||||
.stuffbox {
|
||||
margin-bottom: 20px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
@@ -1603,9 +1604,10 @@ table.form-table td .updated {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.metabox-holder .postbox h3,
|
||||
#poststuff .postbox h3,
|
||||
#poststuff .stuffbox h3 {
|
||||
.widget .widget-top,
|
||||
.postbox h3,
|
||||
.postbox h3,
|
||||
.stuffbox h3 {
|
||||
-moz-border-radius: 6px 6px 0 0;
|
||||
-webkit-border-top-right-radius: 6px;
|
||||
-webkit-border-top-left-radius: 6px;
|
||||
@@ -3050,3 +3052,8 @@ p.popular-tags a {
|
||||
.stuffbox .editcomment {
|
||||
clear: none;
|
||||
}
|
||||
|
||||
.ajax-feedback {
|
||||
visibility: hidden;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user