In Press This, extend the sidebar for ru_RU. Fixes #26508, props SergeyBiryukov.
git-svn-id: https://develop.svn.wordpress.org/trunk@26836 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7aa76b7390
commit
5db17ddf5d
@ -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 */
|
||||
|
@ -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