Committer: sboronchiev
LJSUP-12512: there is no Repost button in Like menuU trunk/htdocs/js/ck/contents.css U trunk/htdocs/js/ck/skins/v2/editor.css
Modified: trunk/htdocs/js/ck/contents.css =================================================================== --- trunk/htdocs/js/ck/contents.css 2012-06-07 13:29:53 UTC (rev 22201) +++ trunk/htdocs/js/ck/contents.css 2012-06-07 14:04:32 UTC (rev 22202) @@ -229,7 +229,7 @@ .lj-like-item { display: inline-block; margin-right: 15px; - background: url(/js/ck/images/lj-like-buttons.png) no-repeat; + background: url(/js/ck/images/lj-like-buttons.png?v=2) no-repeat; vertical-align: middle; font-size: 0; cursor: pointer; @@ -259,6 +259,11 @@ height: 24px; background-position: 0 -21px; } + .rp { + width: 68px; + height: 24px; + background-position: 0 -111px; + } /* LJ map */ P.lj-map, P.lj-iframe { Modified: trunk/htdocs/js/ck/skins/v2/editor.css =================================================================== --- trunk/htdocs/js/ck/skins/v2/editor.css 2012-06-07 13:29:53 UTC (rev 22201) +++ trunk/htdocs/js/ck/skins/v2/editor.css 2012-06-07 14:04:32 UTC (rev 22202) @@ -1380,7 +1380,7 @@ .cke-dialog-likes-list LI LABEL { float: left; display: block; - background: url(/js/ck/images/lj-like-buttons.png) no-repeat; + background: url(/js/ck/images/lj-like-buttons.png?v=2) no-repeat; text-indent: -3333px; cursor: pointer; } @@ -1409,6 +1409,11 @@ height: 24px; background-position: 0 -21px; } + .cke-dialog-likes-list .like-rp LABEL { + width: 68px; + height: 24px; + background-position: 0 -111px; + } .cke-dialog-likes-faq { margin: 0; }