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

Commit

Permalink
Merge pull request #31742 from hfiguiere/bug1156989-layout
Browse files Browse the repository at this point in the history
Bug 1156989 - Change layout of antenna warning to fit. Conditional to hidden attribute. r=justindarc
  • Loading branch information
hfiguiere committed Sep 8, 2015
2 parents 9450623 + 80fbad5 commit a2ebad7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/fm/style/fm.css
Expand Up @@ -484,6 +484,11 @@ a#frequency-op-seekup:active {
z-index: 2;
}

#antenna-warning:not([hidden]) {
display: flex;
flex-direction: column;
}

#antenna-warning > div:first-child {
height: 60%;
background: url(images/headset.png) no-repeat center center / 18.4rem;
Expand Down

0 comments on commit a2ebad7

Please sign in to comment.