fix not working hbox for selectbox, they were not on one line

This commit is contained in:
Ralf Becker 2015-03-20 20:31:15 +00:00
parent c1d7b75374
commit cb463d1492

View File

@ -52,6 +52,7 @@ div.et2_hbox > * {
text-align: left; text-align: left;
white-space: normal; white-space: normal;
padding-right: 5px; padding-right: 5px;
display: inline-block;
} }
div.et2_hbox > *:empty { div.et2_hbox > *:empty {
padding-right: 0; padding-right: 0;