Make the Press This draggable bookmarklet a flexible width to support languages with long words. props SergeyBiryukov, fixes #19957.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-04-30 21:57:11 +00:00
parent e0ba13d56c
commit d6a3b4de6f
2 changed files with 2 additions and 6 deletions

View File

@ -1257,7 +1257,7 @@ h2 .nav-tab {
.pressthis a span {
background-position: -20px 5px ;
padding: 8px 32px 8px 0;
padding: 8px 32px 8px 16px;
}
.pressthis a:after {

View File

@ -4708,7 +4708,6 @@ input.button-highlighted,
.pressthis a {
display: inline-block;
width: 113px;
position: relative;
cursor: move;
color: #333;
@ -4745,7 +4744,7 @@ input.button-highlighted,
.pressthis a span {
background: url(../images/press-this.png) no-repeat -45px 5px ;
padding: 8px 0 8px 32px;
padding: 8px 16px 8px 32px;
display: inline-block;
}
@ -8071,6 +8070,3 @@ a.widget-control-edit {
.locale-ru-ru .press-this #side-sortables {
width: 245px; /* default 200px + 45px */
}
.locale-ru-ru .pressthis a {
width: 143px; /* default 113px + 30px */
}