@@ -, +, @@ --- .../intranet-tmpl/prog/css/src/staff-global.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -773,7 +773,6 @@ ul { &.nav-tabs { border-bottom: 1px solid transparent; - padding: .2em 1.4em 0 1.4em; } &.budget_hierarchy { @@ -2927,7 +2926,10 @@ td.bundle { } .toptabs { + @include card; margin-top: 5px; + padding: 1em; + .ui-tabs-panel { fieldset { box-shadow: none; @@ -3484,17 +3486,14 @@ code { } .tab-content { - background-color: #fff; - border: 2px solid $background-color-primary; - border-radius: 4px; - padding: 1em; + border-radius: 0; } .nav-tabs { > li { > a { background-color: $background-color-secondary; - border-radius: 4px 4px 0 0; + border-radius: 7px; border-color: $background-color-secondary; color: #111; line-height: 1.3; @@ -3515,6 +3514,7 @@ code { a:hover, a:focus { background-color: $background-color-primary; + border-color: $background-color-primary; color: #FFFFFF; cursor: default; } --