Help tabs: remove scrollbar and max-height. see #19155.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1354,7 +1354,6 @@ form.upgrade .hint {
|
||||
#contextual-help-wrap {
|
||||
margin: 0;
|
||||
padding: 8px 20px 12px;
|
||||
max-height: 300px;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
}
|
||||
@@ -1370,6 +1369,7 @@ form.upgrade .hint {
|
||||
/* screen options and help tabs revert */
|
||||
#screen-meta {
|
||||
display: none;
|
||||
position: relative;
|
||||
margin: 0 15px 0 5px;
|
||||
border-width: 0 1px 1px;
|
||||
border-style: none solid solid;
|
||||
@@ -1452,6 +1452,20 @@ form.upgrade .hint {
|
||||
margin-left: -4px;
|
||||
}
|
||||
|
||||
#contextual-help-columns {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#contextual-help-back {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 150px;
|
||||
right: 170px;
|
||||
border-width: 0 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.contextual-help-tabs {
|
||||
float: left;
|
||||
width: 150px;
|
||||
@@ -1487,8 +1501,6 @@ form.upgrade .hint {
|
||||
.contextual-help-tabs-wrap {
|
||||
padding: 0 20px;
|
||||
overflow: auto;
|
||||
border-left-width: 1px;
|
||||
border-left-style: solid;
|
||||
}
|
||||
|
||||
.help-tab-content {
|
||||
@@ -1511,8 +1523,6 @@ 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