Committer: egeraskin
LJSUP-11421: Cliend-side development for Trava.ruU 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 2012-04-05 15:03:59 UTC (rev 21658) +++ trunk/cgi-bin/LJ/Widget/EntryForm.pm 2012-04-05 15:24:17 UTC (rev 21659) @@ -1154,7 +1154,7 @@ 'class' => 'text', 'size' => '35', 'maxlength' => LJ::std_max_length(), - 'tabindex' => '180', + 'tabindex' => '175', $self->lastfm_geolocation_width, }); @@ -1167,7 +1167,7 @@ <input id="entryform-music-search" type="button" value="$button_label" - tabindex="175" + tabindex="180" style="float: left" > <input Modified: trunk/htdocs/stc/entry.css =================================================================== --- trunk/htdocs/stc/entry.css 2012-04-05 15:03:59 UTC (rev 21658) +++ trunk/htdocs/stc/entry.css 2012-04-05 15:24:17 UTC (rev 21659) @@ -941,16 +941,20 @@ top: 20px; right: 20px; } -.b-music-list-logo { +.b-music-list-side { overflow: hidden; margin: 12px 0; } - .b-music-list-logo A { + .b-music-list-logo { display: inline-block; width: 96px; height: 24px; background: url(/img/trava-logo.png?ver=1) 0 0 no-repeat; } + .b-music-popup-searching { + float: right; + margin-top: 3px; + } .b-music-list-searching-wrapper { position: relative; overflow: hidden;