From 272fc5d829c1cd6ff23321b848776ed75b301f72 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sat, 9 Sep 2006 21:47:56 +0000 Subject: [PATCH] css fix for using dojo ComboBox widget git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1335 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/liquid/base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/browser/liquid/base.css b/browser/liquid/base.css index 962a8e2..35359b7 100644 --- a/browser/liquid/base.css +++ b/browser/liquid/base.css @@ -14,11 +14,15 @@ body { color: #000040; } -#global,#menu,#content,#sub-section,#footer { +#global,#menu,#sub-section,#footer { overflow: hidden; display: inline-block; } +#content { + display: inline-block; +} + #global,#footer {width:100%} #menu,#content,#sub-section {float:left} #menu {width:20%}