Skip to content

Commit

Permalink
css fixes for left-oriented tabviews
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Feb 27, 2024
1 parent 9f90f1f commit 15acd68
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions web/src/main/webapp/resources/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,24 @@ td .ui-selectonemenu {
border-radius: 0px !important;
}

.ui-tabs-left > .ui-tabs-nav {
width: 200px;
padding: 2px 0px;
height: 100%;
}

.ui-tabs-left > .ui-tabs-panels {
width: calc(100% - 200px);
}

.ui-tabs .ui-tabs-panel {
padding: 0px 2px;
}

.ui-tabs.ui-tabs-left > .ui-tabs-nav li {
border-right: 1px solid #aaa;
}

.ui-tabs .ui-tabs-nav li a {
font-size: inherit;
}
Expand Down

0 comments on commit 15acd68

Please sign in to comment.