Ticket #22812: 22812.patch
File 22812.patch, 1.4 KB (added by , 12 years ago) |
---|
-
wp-includes/css/media-views.css
1655 1655 .media-sidebar .settings-save-status .spinner { 1656 1656 background-image: url(../images/wpspin-2x.gif); 1657 1657 } 1658 } 1659 No newline at end of file 1658 } 1659 1660 /** 1661 * Localized CSS 1662 */ 1663 1664 /* ru_RU: Text needs more room to breathe. */ 1665 .locale-ru-ru .media-sidebar .setting span, 1666 .locale-ru-ru .compat-item .label { 1667 min-width: 35%; /* default 30% + 5% */ 1668 } 1669 .locale-ru-ru .media-sidebar .setting select, 1670 .locale-ru-ru .media-sidebar .setting input, 1671 .locale-ru-ru .media-sidebar .setting textarea, 1672 .locale-ru-ru .compat-item .field { 1673 max-width: 60%; /* default 65% - 5% */ 1674 } 1675 .locale-ru-ru .media-sidebar .gallery-settings .setting span { 1676 width: 35%; /* default 30% + 5% */ 1677 } -
wp-includes/media-template.php
17 17 $class = 'media-modal wp-core-ui'; 18 18 if ( $is_IE && strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 7') !== false ) 19 19 $class .= ' ie7'; 20 $class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) ); 20 21 ?> 21 22 <script type="text/html" id="tmpl-media-frame"> 22 23 <div class="media-frame-menu"></div>