2011-06-27 11:14:14 +00:00
|
|
|
.search-container {
|
|
|
|
width: 425px;
|
|
|
|
padding: 0 5px; }
|
|
|
|
.search-container #search_form #search_field {
|
|
|
|
width: 300px;
|
|
|
|
font-size: 24px;
|
|
|
|
padding: 4px;
|
|
|
|
border: #CCC 1px solid;
|
|
|
|
border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px; }
|
|
|
|
.search-container #search_form #search_button {
|
|
|
|
width: 100px;
|
|
|
|
font-size: 24px;
|
|
|
|
padding: 4px;
|
|
|
|
background-color: #DDD;
|
|
|
|
border: #CCC 1px solid;
|
|
|
|
border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px; }
|
|
|
|
.search-container .spinner {
|
|
|
|
display: none;
|
|
|
|
margin: 20px 0 0 175px; }
|
|
|
|
.search-container .artist_loading {
|
|
|
|
display: none;
|
|
|
|
margin: 15px 0;
|
|
|
|
font-size: 18; }
|
|
|
|
.search-container .artist_pics {
|
|
|
|
display: none; }
|
|
|
|
.search-container .artist_pics .pic {
|
|
|
|
float: left;
|
|
|
|
width: 47px;
|
|
|
|
height: 47px;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0 5px 5px 0; }
|
|
|
|
.search-container .artist_pics img {
|
|
|
|
width: 47px; }
|
|
|
|
.search-container .suggestions {
|
|
|
|
display: none;
|
|
|
|
width: 415px;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 24px; }
|
|
|
|
.search-container .suggestions div {
|
|
|
|
margin: 15px 0; }
|
|
|
|
.search-container .suggestions ul li {
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
margin-bottom: 6px; }
|
|
|
|
.search-container .suggestions ul li .data.artist {
|
|
|
|
color: #04F;
|
|
|
|
border-bottom: #04F 1px dotted;
|
|
|
|
cursor: pointer; }
|
|
|
|
.search-container .suggestions ul li span {
|
|
|
|
font-size: 14px;
|
|
|
|
font-style: italic; }
|
2011-06-18 01:09:07 +00:00
|
|
|
|
|
|
|
.autocomplete {
|
2011-06-27 11:14:14 +00:00
|
|
|
margin: 4px 0 0 -1px; }
|
|
|
|
.autocomplete div {
|
|
|
|
font-size: 24px;
|
|
|
|
padding: 6px 5px;
|
|
|
|
border-top: #BBB 1px solid;
|
|
|
|
margin-bottom: 1px; }
|
|
|
|
.autocomplete div:first-child {
|
|
|
|
border: none; }
|
|
|
|
.autocomplete div.selected {
|
|
|
|
background-color: #DDD; }
|