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

switch to shared paperdialoghelper

This commit is contained in:
Luke Pulverenti 2016-01-30 15:59:09 -05:00
parent 1cd7f5bac7
commit 024642e556
24 changed files with 152 additions and 296 deletions

View file

@ -532,45 +532,6 @@ paper-dialog paper-radio-group paper-radio-button {
display: block;
}
.fullscreen-paper-dialog, .medium-paper-dialog, .small-paper-dialog {
position: fixed !important;
top: 0 !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
margin: 0 !important;
border-radius: 0 !important;
max-height: none !important;
max-width: none !important;
}
@media all and (min-width: 1280px) and (min-height: 720px) {
.medium-paper-dialog {
top: 10% !important;
bottom: 10% !important;
left: 10% !important;
right: 10% !important;
}
.small-paper-dialog {
top: 10% !important;
bottom: 10% !important;
left: 20% !important;
right: 20% !important;
}
}
@media all and (min-width: 1280px) and (min-height: 720px) {
.fullscreen-paper-dialog {
top: 5% !important;
bottom: 5% !important;
left: 5% !important;
right: 5% !important;
}
}
div.dialogHeader {
margin: 0 0 2.5em!important;
padding: .35em .5em;