2011-06-18 01:09:07 +00:00
|
|
|
#search-container {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
|
|
|
#search-container #search_field {
|
|
|
|
width: 300px;
|
|
|
|
font-size: 24px;
|
|
|
|
padding: 4px;
|
|
|
|
border: #CCC 1px solid;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
#search-container #search_button {
|
|
|
|
width: 100px;
|
|
|
|
font-size: 24px;
|
|
|
|
padding: 4px;
|
|
|
|
background-color: #DDD;
|
|
|
|
border: #CCC 1px solid;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
#search-container img {
|
|
|
|
margin-top: 30px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete {
|
|
|
|
margin: 4px 0 0 -1px;
|
|
|
|
}
|
|
|
|
.autocomplete div {
|
|
|
|
font-size: 24px;
|
|
|
|
padding: 6px 5px;
|
|
|
|
background-color: #FAFAFA;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
.autocomplete div.selected {
|
|
|
|
background-color: #EAEAEA;
|
|
|
|
}
|
|
|
|
|
|
|
|
.suggestions {
|
|
|
|
display: none;
|
2011-06-18 15:58:51 +00:00
|
|
|
margin: 30px 0 0 250px;
|
|
|
|
width: 500px;
|
2011-06-18 01:09:07 +00:00
|
|
|
text-align: left;
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
.suggestions div {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.suggestions ul li {
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
.suggestions .data.artist {
|
|
|
|
color: #04F;
|
|
|
|
border-bottom: #04F 1px dotted;
|
|
|
|
cursor: pointer;
|
2011-06-18 15:58:51 +00:00
|
|
|
}
|
|
|
|
.suggestions li span {
|
|
|
|
font-size: 14px;
|
2011-06-18 01:09:07 +00:00
|
|
|
}
|