Changeset 26836
- Timestamp:
- 12/09/2013 07:22:28 PM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26835 r26836 11576 11576 } 11577 11577 .locale-ru-ru.press-this .posting { 11578 margin-right: 257px; /* default 212px + 45px */ 11579 } 11580 .locale-ru-ru.press-this #photo-add-url-div input[type="text"] { 11581 width: 255px; /* default 300px - 45px */ 11582 } 11583 .locale-ru-ru.press-this #side-sortables { 11584 width: 245px; /* default 200px + 45px */ 11578 margin-right: 277px; /* default 252px + 25px */ 11579 } 11580 .locale-ru-ru .press-this-sidebar { 11581 width: 265px; /* default 240px + 25px */ 11585 11582 } 11586 11583 .locale-ru-ru #customize-header-actions .button { -
trunk/src/wp-admin/press-this.php
r26433 r26836 437 437 jQuery(document).ready(function($) { 438 438 //resize screen 439 window.resizeTo(7 40,580);439 window.resizeTo(760,580); 440 440 // set button actions 441 441 jQuery('#photo_button').click(function() { show('photo'); return false; });
Note: See TracChangeset
for help on using the changeset viewer.