|
|
|
@ -43,13 +43,15 @@ input.danger { color: #cc2f2e; } |
|
|
|
|
|
|
|
|
|
|
|
.search_result { |
|
|
|
.search_result { |
|
|
|
overflow: auto; |
|
|
|
overflow: auto; |
|
|
|
max-height: 100px; max-width: 300px; |
|
|
|
max-height: 231px; max-width: 400px; |
|
|
|
border: 1px solid blue; |
|
|
|
border: 1px solid blue; |
|
|
|
margin-bottom: 1em; padding: 0.5em 1em; |
|
|
|
margin-bottom: 1em; padding: 0.5em 1em; |
|
|
|
background: lightblue; |
|
|
|
background: lightblue; |
|
|
|
} |
|
|
|
} |
|
|
|
.search_result h3, .search_result ul { border: 0; padding: 0; margin: 0 } |
|
|
|
.search_result h3, .search_result ul { border: 0; padding: 0; margin: 0 } |
|
|
|
.search_result ul { font-size: 0.75em } |
|
|
|
.search_result ul { font-size: 0.75em; } |
|
|
|
|
|
|
|
.search_result li { list-style: none; } |
|
|
|
|
|
|
|
.search_result img { float: left; margin-right: 1em; } |
|
|
|
.play_link { float: right; } |
|
|
|
.play_link { float: right; } |
|
|
|
|
|
|
|
|
|
|
|
.test li { list-style: none; display: inline; padding-left: 0.5em; } |
|
|
|
.test li { list-style: none; display: inline; padding-left: 0.5em; } |
|
|
|
|