1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

rework guest invite popup

This commit is contained in:
Luke Pulverenti 2016-02-08 23:46:25 -05:00
parent 559ff97dd7
commit dc0ebc82c7
10 changed files with 230 additions and 193 deletions

View file

@ -537,15 +537,23 @@ paper-dialog paper-radio-group paper-radio-button {
}
div.dialogHeader {
margin: 0 0 2.5em !important;
margin: 0 0 2em !important;
padding: .35em .5em;
background-color: #101010;
display: flex;
align-items: center;
line-height: normal;
font-size: 110%;
}
.background-theme-a div.dialogHeader {
background-color: #52B54B;
color: #fff;
}
.background-theme-b div.dialogHeader {
background-color: #101010;
}
.dialogHeaderTitle {
margin-left: .75em;
}