X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8b109bac1337a0ce2481275d157db113845c0404..refs/pull/435/head:/resources/assets/sass/_header.scss diff --git a/resources/assets/sass/_header.scss b/resources/assets/sass/_header.scss index aa7c2f471..16ed75545 100644 --- a/resources/assets/sass/_header.scss +++ b/resources/assets/sass/_header.scss @@ -174,6 +174,13 @@ form.search-box { &:last-child { padding-right: 0; } + &:first-child { + padding-left: 0; + } +} +.action-buttons .dropdown-container:last-child a { + padding-right: 0; + padding-left: $-s; } .action-buttons { text-align: right; @@ -189,12 +196,13 @@ form.search-box { } } -.setting-nav { +.nav-tabs { text-align: center; - a { + a, .tab-item { padding: $-m; display: inline-block; color: #666; + cursor: pointer; &.selected { border-bottom: 2px solid $primary; }