Fix double border on right side of contextual help when no help sidebar exists. See #18197.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
duck_
2011-11-04 00:07:57 +00:00
parent dffd88b194
commit 4516c37a11
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;
}