Committer: skomarov
LJSUP-8974: RTE: Ability to add and display lj-like buttonsU trunk/htdocs/js/ck/skins/v2/editor.css
Modified: trunk/htdocs/js/ck/skins/v2/editor.css =================================================================== --- trunk/htdocs/js/ck/skins/v2/editor.css 2011-07-25 06:50:22 UTC (rev 19517) +++ trunk/htdocs/js/ck/skins/v2/editor.css 2011-07-25 06:57:13 UTC (rev 19518) @@ -1346,37 +1346,48 @@ list-style: none; } .likes LI { + overflow: hidden; padding: 0; margin: 0 0 10px 0; - background: url(/js/ck/images/lj-like-buttons.png) no-repeat; - text-indent: -3333px; - cursor: pointer; + vertical-align: top; } - .likes .like-facebook { - width: 93px; - height: 20px; - background-position: 0 0; - } - .likes .like-twitter { - width: 55px; - height: 20px; - background-position: 0 -46px; - } - .likes .like-google { - width: 32px; - height: 20px; - background-position: 0 -90px; - } - .likes .like-vkontakte { - width: 40px; - height: 22px; - background-position: 0 -67px; - } - .likes .like-10give { - width: 67px; - height: 24px; - background-position: 0 -21px; - } + .likes LI INPUT { + float: left; + margin: 6px 7px 0 0; + #margin: 0 4px -3px -3px; + } + .likes LI LABEL { + float: left; + display: block; + background: url(/js/ck/images/lj-like-buttons.png) no-repeat; + text-indent: -3333px; + cursor: pointer; + } + .likes .like-fb LABEL { + width: 93px; + height: 20px; + background-position: 0 0; + } + .likes .like-tw LABEL { + width: 55px; + height: 20px; + background-position: 0 -46px; + } + .likes .like-go LABEL { + width: 32px; + height: 20px; + background-position: 0 -90px; + } + .likes .like-vk LABEL { + width: 40px; + height: 22px; + background-position: 0 -67px; + } + .likes .like-lj LABEL { + width: 67px; + height: 24px; + background-position: 0 -21px; + }