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-09 02:59:23 -04:00
parent c2a1e49e38
commit 95e99a6716
113 changed files with 277 additions and 439 deletions

View file

@ -5,7 +5,7 @@
}
.formDialogHeader {
padding: .8em .5em;
padding: 1em .5em;
display: flex;
align-items: center;
flex-shrink: 0;
@ -16,7 +16,10 @@
}
.formDialogHeaderTitle {
margin-left: .5em;
margin-left: .25em;
/* In case of h1, h2, h3 */
margin-top: 0;
margin-bottom: 0;
}
.formDialogContent {