Merge pull request #2722 from FinnStutzenstein/Issue2126

Show countdown above messageoverlay (closes #2126)
This commit is contained in:
Norman Jäckel 2016-12-02 14:26:15 +01:00 committed by GitHub
commit dc0559ef38

View File

@ -260,7 +260,7 @@ hr {
font-weight: bold; font-weight: bold;
text-align: right; text-align: right;
border-radius: 7px 7px 7px 7px; border-radius: 7px 7px 7px 7px;
z-index: 200; z-index: 320;
font-family: "Roboto Condensed",Helvetica,Arial,sans-serif; font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
} }
.countdown .description { .countdown .description {
@ -299,7 +299,7 @@ hr {
font-size: 2.75em; font-size: 2.75em;
padding: 0.2em 0; padding: 0.2em 0;
line-height: normal !important; line-height: normal !important;
z-index: 301; z-index: 350;
} }
.identify { .identify {
background-color: #D9F8C4; background-color: #D9F8C4;