mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Apply padding-right to children of hbox
This commit is contained in:
parent
ff6484bbbb
commit
d5187e085e
@ -48,6 +48,7 @@ div.et2_hbox {
|
|||||||
div.et2_hbox > * {
|
div.et2_hbox > * {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
div.et2_hbox_left {
|
div.et2_hbox_left {
|
||||||
float: left;
|
float: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user