Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1120890 - [Flame][Message]When selecting a music as Message attac…
Browse files Browse the repository at this point in the history
…hment , the music control bar will display.r=dkuo
  • Loading branch information
mancas authored and rvandermeulen committed Feb 13, 2015
1 parent 03178f9 commit 1b807bf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions apps/music/style/music.css
Expand Up @@ -216,10 +216,10 @@ body.search-from-list-mode #views-list {
overflow-y: hidden;
}

body.search-from-tiles-mode #tabs,
body.search-from-list-mode #tabs,
body.picker-mode #tabs {
display: none;
body.tiles-mode #tabs,
body.list-mode #tabs,
body.sublist-mode #tabs {
display: inherit;
}

body.sublist-mode #views {
Expand Down Expand Up @@ -919,6 +919,7 @@ html[dir="rtl"] .rating-star {
bottom: 0;
width: 100%;
z-index: 20;
display: none;
}

#tabs li:last-child {
Expand Down

0 comments on commit 1b807bf

Please sign in to comment.