mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 07:34:34 +00:00
Fix double border on right side of contextual help when no help sidebar exists. See #18197.
git-svn-id: https://develop.svn.wordpress.org/trunk@19142 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1484,9 +1484,8 @@ form.upgrade .hint {
|
||||
.contextual-help-tabs-wrap {
|
||||
padding: 0 20px;
|
||||
overflow: auto;
|
||||
|
||||
border-width: 0 1px;
|
||||
border-style: solid;
|
||||
border-left-width: 1px;
|
||||
border-left-style: solid;
|
||||
}
|
||||
|
||||
.help-tab-content {
|
||||
@@ -1509,6 +1508,8 @@ form.upgrade .hint {
|
||||
float: right;
|
||||
padding: 0 8px 0 12px;
|
||||
overflow: auto;
|
||||
border-left-width: 1px;
|
||||
border-left-style: solid;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user