css fix for using dojo ComboBox widget

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1335 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2006-09-09 21:47:56 +00:00
parent 5698e73c8f
commit 272fc5d829

View file

@ -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%}