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

normalize rating to fsk

This commit is contained in:
Luke Pulverenti 2016-09-18 01:52:10 -04:00
parent 1f57d9b231
commit 2971ec0e69
86 changed files with 388 additions and 136 deletions

View file

@ -15,6 +15,10 @@
background-color: #222326;
}
.formDialogHeader-clear, .formDialogFooter-clear {
background-color: transparent;
}
.formDialogHeaderTitle {
margin-left: .25em;
/* In case of h1, h2, h3 */
@ -57,6 +61,10 @@
flex-wrap: wrap;
}
.formDialogFooter-flex {
position: static;
}
.formDialogFooterItem {
margin-left: .5em !important;
margin-right: .5em !important;
@ -65,6 +73,13 @@
flex-basis: 0;
}
.formDialogFooterItem-autosize {
flex-basis: initial;
flex-grow: initial;
padding-left: 2em;
padding-right: 2em;
}
@media all and (min-width: 800px) {
.formDialogFooterItem {