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:
parent
5698e73c8f
commit
272fc5d829
1 changed files with 5 additions and 1 deletions
|
@ -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%}
|
||||
|
|
Loading…
Add table
Reference in a new issue