From ac3bf1726e313f5e51cae02a2357a58a6c5dfcc9 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 27 Nov 2013 00:13:01 +0000 Subject: [PATCH] Try to give space to contact view & infolog list in same tab --- addressbook/templates/default/app.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addressbook/templates/default/app.css b/addressbook/templates/default/app.css index 12aa5e6cf3..e106bc48ff 100644 --- a/addressbook/templates/default/app.css +++ b/addressbook/templates/default/app.css @@ -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; }