From 98bec23ec2eee3ce0590692fb1916ec063879f6d Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Wed, 7 Nov 2018 22:07:01 +0100 Subject: [PATCH] Tweaked toolbar in custom.css --- custom.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/custom.css b/custom.css index 14525a9..09617db 100644 --- a/custom.css +++ b/custom.css @@ -7,3 +7,28 @@ min-height: 60px; width: 100%; } + +#head .actions +{ + width: 100%; +} + +#head .actions li:first-child +{ + float: right; +} + +#head .actions li +{ + margin-left: 0; +} + +#head .actions li a +{ + margin-left: 0.6em; +} + +#head .action-fileview, #head .action-all-pages, #head .action-page-history +{ + display: none; +}