Rather than splitting the available screen, enforce some minimum heights. Prevents overlap on small screens

This commit is contained in:
Nathan Gray 2013-12-04 20:51:28 +00:00
parent 834dbe886b
commit 5f403e4ce3

View File

@ -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;}