Changeset 22612
- Timestamp:
- 11/16/2012 10:30:36 AM (12 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/css/media-views.css
r22611 r22612 25 25 right: 40px; 26 26 bottom: 40px; 27 z-index: 50000;27 z-index: 125000; 28 28 } 29 29 … … 36 36 background: #000; 37 37 opacity: 0.8; 38 z-index: 40000;38 z-index: 120000; 39 39 } 40 40 … … 672 672 background: rgba( 0, 86, 132, 0.9 ); 673 673 674 z-index: 2 00000;674 z-index: 250000; 675 675 display: none; 676 676 text-align: center; -
trunk/wp-includes/js/media-views.js
r22597 r22612 660 660 this.uploader = new media.view.UploaderWindow({ 661 661 uploader: { 662 dropzone: this.modal ? this.modal.$el : this.$el 662 dropzone: this.modal ? this.modal.$el : this.$el, 663 container: this.$el 663 664 } 664 665 });
Note: See TracChangeset
for help on using the changeset viewer.