Committer: skomarov
LJSUP-10019: Possibility of using new and old version of photohostingU trunk/cgi-bin/LJ/Widget/EntryForm.pm U trunk/htdocs/stc/entry.css
Modified: trunk/cgi-bin/LJ/Widget/EntryForm.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/EntryForm.pm 2011-10-19 12:21:30 UTC (rev 20383) +++ trunk/cgi-bin/LJ/Widget/EntryForm.pm 2011-10-19 12:42:27 UTC (rev 20384) @@ -765,7 +765,7 @@ my $remote = LJ::get_remote(); if ($remote and $remote->can_use_ljphoto){ $insert_image .= qq{ - <li class='image'> + <li class='image-beta'> <a href='javascript:void(0);' onclick='InOb.handleInsertImageBeta();' Modified: trunk/htdocs/stc/entry.css =================================================================== --- trunk/htdocs/stc/entry.css 2011-10-19 12:21:30 UTC (rev 20383) +++ trunk/htdocs/stc/entry.css 2011-10-19 12:42:27 UTC (rev 20384) @@ -402,9 +402,16 @@ background: url(/js/ck/skins/v2/icons-new.png?v=1) no-repeat 0 -125px; padding-left: 15px; } -#htmltools ul li.image a:hover { -/* background: url(/img/html-buttons-image.gif?v=1) no-repeat 0 -40px; */ -} +#htmltools ul li.image-beta { + width: 18px; + } + #htmltools ul li.image-beta a { + background: url(/js/ck/skins/v2/icons-new.png?v=1) no-repeat 0 -309px; + padding-left: 18px; + } + #htmltools ul li.image a:hover { + /* background: url(/img/html-buttons-image.gif?v=1) no-repeat 0 -40px; */ + } #htmltools ul li.media a { background: url(/js/ck/skins/v2/icons-new.png?v=1) no-repeat 0 -110px; padding-left: 15px;