Update media upload window tabs CSS to support wrapping of tabs when they exceed the available width. props edward mindreantre. fixes #10242

git-svn-id: https://develop.svn.wordpress.org/trunk@14661 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2010-05-15 10:21:10 +00:00
parent 45dec2e4e8
commit cb34d30d8e
3 changed files with 4 additions and 4 deletions

View File

@@ -5,15 +5,15 @@ div#media-upload-header {
position: relative;
border-bottom-width: 1px;
border-bottom-style: solid;
height: 2.5em;
}
body#media-upload ul#sidemenu {
font-weight: normal;
margin: 0 5px;
position: absolute;
left: 0;
bottom: -1px;
float: none;
overflow: hidden;
}
div#media-upload-error {