update dialogs
This commit is contained in:
parent
f00fc6ad15
commit
3cc014002e
20 changed files with 71 additions and 90 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue