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:
Jon Cave
2011-11-04 00:07:57 +00:00
parent f3c1ce364a
commit b08b1b9314
7 changed files with 11 additions and 8 deletions

View File

@@ -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;
}