update dialogs

This commit is contained in:
Luke Pulverenti 2016-05-16 13:11:49 -04:00
parent f00fc6ad15
commit 3cc014002e
20 changed files with 71 additions and 90 deletions

View file

@ -35,6 +35,10 @@
max-width: 700px;
}
.formDialog .dialogContentTitle {
margin-top: 1em;
}
@media all and (min-width: 1000px) {
.layout-tv .formDialog .centeredContent {
@ -42,6 +46,13 @@
}
}
@media all and (max-height: 1400px) {
.itemOverview {
display: none;
}
}
.layout-tv .formDialog .dialogHeader {
padding-top: 1.5em;
padding-bottom: 1.5em;