Ticket #3194: 3194.diff
File 3194.diff, 1.6 KB (added by , 19 years ago) |
---|
-
wp-admin/upload-functions.php
362 362 if ( 'rtl' == $wp_locale->text_direction ) 363 363 echo "<link rel='stylesheet' href='" . get_option('siteurl') . '/wp-admin/upload-rtl.css?version=' . get_bloginfo('version') . "' type='text/css' />\n"; 364 364 if ( 'inline' == @$_GET['style'] ) { 365 echo "<style type='text/css' >\n";366 echo "\t body { height: 15em; overflow: hidden; }\n";367 echo "\t#upload-content { overflow-y: auto; }\n";368 echo "\t#upload-file { position: absolute; }\n";365 echo "<style type='text/css' media='screen'>\n"; 366 echo "\t#upload-menu { position: fixed; z-index: 2; }\n"; 367 echo "\t#upload-content { top: 2em; }\n"; 368 echo "\t#upload-file { position: absolute; top: 15px; }\n"; 369 369 echo "</style>"; 370 370 } 371 371 } -
wp-admin/upload.css
5 5 #upload-menu { 6 6 background: #247fab; 7 7 margin: 0px; 8 padding: 0 ;8 padding: 0 0 1px 0; 9 9 list-style: none; 10 10 height: 2em; 11 border-bottom: 1px solid #448abd;11 border-bottom: 5px solid #fff; 12 12 width: 100%; 13 13 } 14 14 … … 62 62 background: #f9fcfe; 63 63 } 64 64 65 #uupload-file th {66 width: 8em;67 }68 69 65 form#upload-file input, form#upload-file textarea, div#upload-content.upload table { width: 100%; } 70 66 71 67 form#upload-file .submit input { width: auto; }