mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix block elements in hbox taking more than one line
This commit is contained in:
parent
1dface0485
commit
810d6a8487
@ -28,7 +28,9 @@ div.et2_vbox>* {
|
||||
div.et2_hbox div.et2_hbox {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
div.et2_hbox {
|
||||
white-space: nowrap;
|
||||
}
|
||||
div.et2_hbox>* {
|
||||
text-align: left;
|
||||
}
|
||||
@ -49,6 +51,9 @@ div.et2_hbox_right {
|
||||
float: right;
|
||||
clear: right;
|
||||
}
|
||||
div.et2_hbox>div {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Placeholder widget - used for un-implemented widgets
|
||||
|
Loading…
Reference in New Issue
Block a user