mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
In Press This, extend the sidebar for ru_RU. Fixes #26508, props SergeyBiryukov.
Built from https://develop.svn.wordpress.org/trunk@26836 git-svn-id: http://core.svn.wordpress.org/trunk@26723 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8210442632
commit
2c7b69f7c1
@ -11575,13 +11575,10 @@ li#wp-admin-bar-menu-toggle {
|
||||
margin-right: 8em; /* default 5em */
|
||||
}
|
||||
.locale-ru-ru.press-this .posting {
|
||||
margin-left: 257px; /* default 212px + 45px */
|
||||
margin-left: 277px; /* default 252px + 25px */
|
||||
}
|
||||
.locale-ru-ru.press-this #photo-add-url-div input[type="text"] {
|
||||
width: 255px; /* default 300px - 45px */
|
||||
}
|
||||
.locale-ru-ru.press-this #side-sortables {
|
||||
width: 245px; /* default 200px + 45px */
|
||||
.locale-ru-ru .press-this-sidebar {
|
||||
width: 265px; /* default 240px + 25px */
|
||||
}
|
||||
.locale-ru-ru #customize-header-actions .button {
|
||||
padding: 0 5px 1px; /* default 0 10px 1px */
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -11575,13 +11575,10 @@ li#wp-admin-bar-menu-toggle {
|
||||
margin-left: 8em; /* default 5em */
|
||||
}
|
||||
.locale-ru-ru.press-this .posting {
|
||||
margin-right: 257px; /* default 212px + 45px */
|
||||
margin-right: 277px; /* default 252px + 25px */
|
||||
}
|
||||
.locale-ru-ru.press-this #photo-add-url-div input[type="text"] {
|
||||
width: 255px; /* default 300px - 45px */
|
||||
}
|
||||
.locale-ru-ru.press-this #side-sortables {
|
||||
width: 245px; /* default 200px + 45px */
|
||||
.locale-ru-ru .press-this-sidebar {
|
||||
width: 265px; /* default 240px + 25px */
|
||||
}
|
||||
.locale-ru-ru #customize-header-actions .button {
|
||||
padding: 0 5px 1px; /* default 0 10px 1px */
|
||||
|
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -436,7 +436,7 @@ var photostorage = false;
|
||||
}
|
||||
jQuery(document).ready(function($) {
|
||||
//resize screen
|
||||
window.resizeTo(740,580);
|
||||
window.resizeTo(760,580);
|
||||
// set button actions
|
||||
jQuery('#photo_button').click(function() { show('photo'); return false; });
|
||||
jQuery('#video_button').click(function() { show('video'); return false; });
|
||||
|
Loading…
Reference in New Issue
Block a user