mirror of
https://github.com/krateng/maloja.git
synced 2025-06-01 08:01:04 +03:00
Fixed design of album search results
This commit is contained in:
parent
3877401a05
commit
e52d57e413
@ -80,11 +80,11 @@
|
||||
</table>
|
||||
<br/><br/>
|
||||
<span>Tracks</span>
|
||||
<table class="searchresults_tracks" id="searchresults_tracks">
|
||||
<table class="searchresults_tracks searchresults_extrainfo" id="searchresults_tracks">
|
||||
</table>
|
||||
<br/><br/>
|
||||
<span>Albums</span>
|
||||
<table class="searchresults_albums" id="searchresults_albums">
|
||||
<table class="searchresults_albums searchresults_extrainfo" id="searchresults_albums">
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -189,7 +189,7 @@ div.searchresults tr td:nth-child(2) {
|
||||
padding-left:10px;
|
||||
}
|
||||
|
||||
div.searchresults table.searchresults_tracks td span:nth-child(1) {
|
||||
div.searchresults table.searchresults_extrainfo td span:nth-child(1) {
|
||||
font-size:12px;
|
||||
color:grey;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user