# HG changeset patch # User Thomas Junk # Date 1571654146 -7200 # Node ID 1fd771b08ced4d3019d44fec0d9a0813372d9c4f # Parent af83ff003ebf28abb03a875d285f2b187d1647f2 import_overview: added 'changed' column diff -r af83ff003ebf -r 1fd771b08ced client/src/assets/application.scss --- a/client/src/assets/application.scss Mon Oct 21 11:59:14 2019 +0200 +++ b/client/src/assets/application.scss Mon Oct 21 12:35:46 2019 +0200 @@ -20,7 +20,7 @@ $icon-width: 2rem; $large-offset: 2rem; $offset: 1rem; -$sidebar-width: 16rem; +$sidebar-width: 13rem; $slight-transparent: 0.96; $small-offset: 0.5rem; $smaller: 0.9rem; @@ -173,8 +173,8 @@ } .btn-xs { - padding: .3rem 0.4rem; - font-size: .75rem; + padding: 0.3rem 0.4rem; + font-size: 0.75rem; line-height: 1; } @@ -223,7 +223,7 @@ height: 50% !important; } -.custom-control-input:checked~.custom-control-label::before { - border-color: $color-info; - background-color: $color-info; +.custom-control-input:checked ~ .custom-control-label::before { + border-color: $color-info; + background-color: $color-info; } diff -r af83ff003ebf -r 1fd771b08ced client/src/components/App.vue --- a/client/src/components/App.vue Mon Oct 21 11:59:14 2019 +0200 +++ b/client/src/components/App.vue Mon Oct 21 12:35:46 2019 +0200 @@ -91,7 +91,7 @@ }, searchContainer() { return [ - "ml-2", + "ml-1", { wide: this.showSearchbar } diff -r af83ff003ebf -r 1fd771b08ced client/src/components/Contextbox.vue --- a/client/src/components/Contextbox.vue Mon Oct 21 11:59:14 2019 +0200 +++ b/client/src/components/Contextbox.vue Mon Oct 21 12:35:46 2019 +0200 @@ -80,7 +80,7 @@ background: #fff; } .contextbox > div:last-child { - width: 668px; + width: 795px; } .contextboxcollapsed { @@ -89,7 +89,7 @@ } .contextboxextended { - max-width: 668px; + max-width: 795px; } .close-contextbox { diff -r af83ff003ebf -r 1fd771b08ced client/src/components/Search.vue --- a/client/src/components/Search.vue Mon Oct 21 11:59:14 2019 +0200 +++ b/client/src/components/Search.vue Mon Oct 21 12:35:46 2019 +0200 @@ -85,7 +85,7 @@