Fix counters in tabs

This commit is contained in:
Ilia Ross
2026-07-26 18:44:36 +02:00
parent 76030a251c
commit d38c7205eb
@@ -149,6 +149,14 @@ div.wrapper {
.tabUnselected { .tabUnselected {
background-color:#D9D9D9; background-color:#D9D9D9;
} }
.tabUnselected sup,
.tabSelected sup {
vertical-align: text-top;
margin-top: -4px;
font-size: 70%;
display: inline-block;
margin-right: -3px;
}
.goArrow { margin-bottom: -4px; } .goArrow { margin-bottom: -4px; }
.ui_checked_columns .ui_checked_checkbox { .ui_checked_columns .ui_checked_checkbox {
min-width: 20px; min-width: 20px;