From 648934061f27f3d97b6535af8d8f7c50fc99578f Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 11 Mar 2014 12:28:03 +0000 Subject: [PATCH] Implement et2_fullWidth class for link_entry --- etemplate/templates/default/etemplate2.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 96522d7c09..9a4985568c 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -487,7 +487,7 @@ div.et2_file { */ /* Link entry - x button*/ div.et2_link_entry { - width: 100%; + width: 99%; white-space: nowrap; } div.et2_link_entry:after { @@ -1362,7 +1362,8 @@ ul.et2_nowrap, div.et2_nowrap{ /** * Some general styles usable for all apps (and widgets) */ -.et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select, .et2_fullWidth textarea { +.et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select, +.et2_fullWidth textarea , .et2_fullWidth input.et2_link_entry { width: 99%; } /* position icons behind input */