Fix link entry widget not expanding after hiding app selectbox

This commit is contained in:
Nathan Gray 2014-01-14 13:48:11 +00:00
parent b3ad328429
commit 3b443f976d
2 changed files with 2 additions and 0 deletions

View File

@ -454,6 +454,7 @@ action buttons, left aligned for "extra" controls
*/
/* Link entry - x button*/
div.et2_link_entry {
width: 100%;
white-space: nowrap;
}
div.et2_link_entry:after {

View File

@ -13,6 +13,7 @@
.infolog_planned { font-style:italic; }
table.infolog_fullWidth { width: 100%; }
td.infolog_infoId:before { content:"#" }
#infolog-edit_info_contact { width: 98%;}
.infolog_fixedHeight { height: 12px; }
.noWrap { white-space: nowrap; }
.infolog_user_filter select { width: 100px; }