mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 04:07:42 +08:00
Refs #1350 Merge to trunk: GroupBox display defect (web)
This commit is contained in:
parent
96bc2a97bd
commit
36c1236619
@ -156,14 +156,6 @@ public class VGroupBox extends VPanel {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getCaptionContainerOffsetHeight() {
|
||||
if (captionVisible)
|
||||
return captionNode.getOffsetHeight();
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void detectContainerBorders() {
|
||||
if (isAttached()) {
|
||||
|
@ -21,7 +21,7 @@
|
||||
.group-box > fieldset {
|
||||
border: 1px solid #babfc0;
|
||||
margin: 0;
|
||||
padding: 5px 10px 10px;
|
||||
padding: 5px 5px 5px;
|
||||
}
|
||||
|
||||
.group-box.group-box-nocaption > fieldset {
|
||||
|
@ -23,7 +23,7 @@
|
||||
.group-box > fieldset {
|
||||
border: 1px solid #babfc0;
|
||||
margin: 0;
|
||||
padding: 5px 10px 10px;
|
||||
padding: 5px 5px 5px;
|
||||
}
|
||||
|
||||
.group-box legend {
|
||||
|
Loading…
Reference in New Issue
Block a user