Skip to content

Commit

Permalink
zmi.style: fixed tab menue top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Sep 30, 2018
1 parent 6dcd4c7 commit bcb5a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App/dtml/manage_tabs.dtml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
></dtml-if
></dtml-in>

<nav id="tabs" class="navbar navbar-light navbar-expand-md mt-2 mb-0 pb-0" role="navigation">
<nav id="tabs" class="navbar navbar-light navbar-expand-md mt-0 mb-0 pb-0" role="navigation">
<div class="collapse navbar-collapse row" id="tabs_items">
<ul class="nav nav-tabs">
<dtml-in manage_options mapping>
Expand Down
2 changes: 1 addition & 1 deletion src/zmi/styles/resources/zmi_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ input.btn.btn-primary:hover {
}
.zmi nav[role="navigation"] {
background-color:#fff;
padding-top:.4rem;
padding-top:.8rem;
}
.zmi nav[role="navigation"] ul.nav.nav-tabs {
width:100% !important;
Expand Down

0 comments on commit bcb5a7b

Please sign in to comment.