Media: Allow the modal sidebar to scroll. see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22534 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-11-10 19:10:04 +00:00
parent 2d3c2c4d84
commit 19488d75ce
1 changed files with 5 additions and 9 deletions

View File

@ -133,10 +133,11 @@
right: 0;
bottom: 61px;
width: 267px;
padding: 0 16px;
padding: 0 16px 24px;
z-index: 75;
background: #f5f5f5;
border-left: 1px solid #dfdfdf;
overflow: auto;
}
.hide-sidebar .media-sidebar {
@ -200,7 +201,7 @@
.media-sidebar .setting span {
float: left;
min-width: 78px;
min-width: 30%;
min-height: 24px;
margin-right: 7px;
padding-top: 8px;
@ -210,15 +211,10 @@
text-shadow: 0 1px 0 #fff;
}
.media-sidebar .setting input,
.media-sidebar .setting textarea,
.media-sidebar .setting > .button-group {
min-width: 180px;
float: right;
}
.media-sidebar .setting input,
.media-sidebar .setting textarea {
float: right;
width: 65%;
padding: 6px 8px;
line-height: 16px;
resize: none;