forked from extern/egroupware
fix not working hbox for selectbox, they were not on one line
This commit is contained in:
parent
c1d7b75374
commit
cb463d1492
@ -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;
|
||||||
@ -139,7 +140,7 @@ div.et2_hbox > div {
|
|||||||
.et2_split.print > * {
|
.et2_split.print > * {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Label widget, and labels for other widgets
|
* Label widget, and labels for other widgets
|
||||||
*/
|
*/
|
||||||
@ -1907,7 +1908,7 @@ span.et2_egw_action_ddHelper_itemsCnt {
|
|||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
div.flash-click-to-play-dialog {
|
div.flash-click-to-play-dialog {
|
||||||
|
|
||||||
width:200px !important;
|
width:200px !important;
|
||||||
height: 200px !important;
|
height: 200px !important;
|
||||||
/*opacity:0;*/
|
/*opacity:0;*/
|
||||||
|
Loading…
Reference in New Issue
Block a user