forked from extern/egroupware
Rather than splitting the available screen, enforce some minimum heights. Prevents overlap on small screens
This commit is contained in:
parent
834dbe886b
commit
5f403e4ce3
@ -1,8 +1,9 @@
|
||||
/**
|
||||
* Give space to both contact view & infolog list
|
||||
*/
|
||||
.et2_container {height: 50%}
|
||||
.et2_container:only-child,#addressbook-index {height: 100%}
|
||||
#addressbook-index {height: 100%}
|
||||
#addressbook-edit { height: 390px; min-height: 390px;}
|
||||
.et2_container[id^="infolog-index-addressbook"] {min-height: 250px}
|
||||
|
||||
/* Give enough (static) width to edit dialog tabs, or it will auto-size and flex */
|
||||
#addressbook-edit .et2_tabbox {min-width: 535px;}
|
||||
|
Loading…
Reference in New Issue
Block a user