From 3a8044223c35ef749d8e08a8c819baf31268cf78 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 12 Mar 2014 11:19:07 +0000 Subject: [PATCH] Add break column in infolog edit popup edit and a few more changes --- infolog/templates/default/app.css | 2 +- infolog/templates/default/edit.xet | 71 ++++++++++++++++++------------ 2 files changed, 45 insertions(+), 28 deletions(-) diff --git a/infolog/templates/default/app.css b/infolog/templates/default/app.css index 41b7599b30..1472bd2740 100644 --- a/infolog/templates/default/app.css +++ b/infolog/templates/default/app.css @@ -18,7 +18,7 @@ table.infolog_fullWidth { width: 100%; } .infolog_infoId:before span{ content:"#" } #infolog-edit_info_contact { width: 98%;} .infolog_fixedHeight { height: 12px; } -.noWrap { white-space: nowrap; } +.infolog_normalWrap { white-space: normal; } .infolog_user_filter select { width: 100px; } .inputFullWidth input { width: 100%; } .infolog_image16 img { height: 16px; } diff --git a/infolog/templates/default/edit.xet b/infolog/templates/default/edit.xet index dc9431a8a7..21012b9dd8 100644 --- a/infolog/templates/default/edit.xet +++ b/infolog/templates/default/edit.xet @@ -29,7 +29,9 @@