minify resources

This commit is contained in:
Luke Pulverenti 2017-01-27 22:16:59 -05:00
parent 8a6884abef
commit 661eeac16e
201 changed files with 203 additions and 52376 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,38 +1 @@
.dynamicFilterDialog {
position: fixed !important;
top: 5% !important;
bottom: 5% !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-right: 0 !important;
border-radius: 0 !important;
max-height: none !important;
max-width: none !important;
}
@media all and (min-height: 600px) {
.dynamicFilterDialog {
top: 10% !important;
bottom: 10% !important;
}
}
@media all and (max-width: 400px) {
.dynamicFilterDialog {
width: auto;
left: 10vw !important;
right: 10vw !important;
margin-left: 0 !important;
}
}
@media all and (min-width: 400px) {
.dynamicFilterDialog {
width: 300px;
margin-left: -150px !important;
left: 50% !important;
}
}
.dynamicFilterDialog{position:fixed!important;top:5%!important;bottom:5%!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;-webkit-border-radius:0!important;border-radius:0!important;max-height:none!important;max-width:none!important}@media all and (min-height:600px){.dynamicFilterDialog{top:10%!important;bottom:10%!important}}@media all and (max-width:400px){.dynamicFilterDialog{width:auto;left:10vw!important;right:10vw!important;margin-left:0!important}}@media all and (min-width:400px){.dynamicFilterDialog{width:300px;margin-left:-150px!important;left:50%!important}}