mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Align QuickPress fields. props lessbloat. fixes #21754.
git-svn-id: https://develop.svn.wordpress.org/trunk@22146 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2095,7 +2095,7 @@ html.wp-toolbar {
|
||||
|
||||
.postbox .inside,
|
||||
.stuffbox .inside {
|
||||
padding: 0 10px;
|
||||
padding: 0 12px 0 10px;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
@@ -5968,11 +5968,11 @@ h3:hover .edit-box {
|
||||
}
|
||||
|
||||
#dashboard-widgets form .input-text-wrap input {
|
||||
width: 99%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#dashboard-widgets form .textarea-wrap textarea {
|
||||
width: 99%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#dashboard-widgets .postbox form .submit {
|
||||
@@ -5982,10 +5982,6 @@ h3:hover .edit-box {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit input {
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
|
||||
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish {
|
||||
min-width: 0;
|
||||
}
|
||||
@@ -6186,6 +6182,11 @@ h3:hover .edit-box {
|
||||
}
|
||||
|
||||
/* QuickPress */
|
||||
#dashboard_quick_press .easy-blogging {
|
||||
padding: 0 8px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#dashboard_quick_press .input-text-wrap {
|
||||
position: relative;
|
||||
}
|
||||
@@ -6195,6 +6196,10 @@ h3:hover .edit-box {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#dashboard_quick_press div.updated {
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
#title-wrap label,
|
||||
#tags-input-wrap label {
|
||||
cursor: text;
|
||||
|
||||
Reference in New Issue
Block a user