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

update dialogs

This commit is contained in:
Luke Pulverenti 2016-09-08 16:32:30 -04:00
parent ddcc2b874c
commit 88bf479a19
48 changed files with 214 additions and 249 deletions

View file

@ -11,7 +11,7 @@
}
.formDialogHeader, .formDialogFooter {
background-color: #222326;
background-color: #1D1E21;
}
.formDialogHeaderTitle {
@ -23,7 +23,11 @@
}
.dialogContentInner {
padding: .5em 1.5em 30vh 1.5em;
padding: .5em 1.5em 20em 1.5em;
}
.dialogContentInner-mini {
padding-bottom: 10em;
}
.dialog-content-centered {