Try to give space to contact view & infolog list in same tab

This commit is contained in:
Nathan Gray 2013-11-27 00:13:01 +00:00
parent d7a075200d
commit ac3bf1726e

View File

@ -1,3 +1,9 @@
/**
* Give space to both contact view & infolog list
*/
.et2_container {height: 50%}
.et2_container:only-child,#addressbook-index {height: 100%}
.cursorHand { cursor: hand; }
.countrySelect select { width: 150px; }
.custom_country input {display: none; }