Bug 30952: Move the toolbar back to the left
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 2 Sep 2022 08:58:13 +0000 (10:58 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Oct 2022 19:01:18 +0000 (16:01 -0300)
Issue #8

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss

index 3c3cd1f..06e3819 100644 (file)
@@ -1,13 +1,13 @@
 #toolbar,
 .btn-toolbar {
     display: flex;
-    justify-content: flex-end;
+    justify-content: flex-start;
     flex-wrap: wrap;
 
     background-color: #f3F4F4;
     border: 0;
     border-radius: 5px 5px 0 0;
-    margin: 0;
+    margin: 0 -15px;
 
     .dropdown-menu {
         border-top-width: 1px;