blob: 73d89aa8e7b2476e6091d0b76f72e82880481b7f [file] [log] [blame]
.TabsView {
width: 100%;
height: 100%;
box-sizing: border-box;
}
.TabsView > ul {
box-sizing: border-box;
height: 25px;
padding: 0;
margin: 0;
border-bottom: 2px solid #f1f1f1;
background-color: #d5d5d5;
}
.TabsView.ui-tabs > .ui-tabs-panel {
box-sizing: border-box;
height: calc(100% - 25px);
padding: 0;
}