From 35d7ee2924e762075d54d91b7072cda607d13921 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 5 Mar 2014 11:30:00 +0000 Subject: [PATCH] general purpose et2_fullWidth class to "make" every widget take full width of parent --- etemplate/templates/default/etemplate2.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index d2f618f980..9676313cfe 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1341,3 +1341,10 @@ ul.et2_nowrap, div.et2_nowrap{ .et2_nowrap > label > *{ padding-left: 5px; } + +/** + * Some general styles usable for all apps (and widgets) + */ +.et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select, .et2_fullWidth textarea { + width: 100%; +} \ No newline at end of file