From f4c05f9204838a8ec639fcb2c7a6c63b237dc213 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Sun, 4 Mar 2018 03:34:29 +0000 Subject: [PATCH] Bug 20328 - Removed the white margin at the top of the homepage of the Koha staff client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I identified the source of this bug from using a git bisect and have removed the addition of the margin from the staff-global.css Test plan: 1. Go to the home page of the staff client and notice that there is a white margin (line) at the top of the page 2. Apply patch 3. Refresh the page and notice that the white margin is no longer displayed Sponsored-By: Catalyst IT Patch applies and functions as expected. Signed-off-by: Dilan Johnpullé --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css index 3ab9d7e..78d1d85 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -170,10 +170,6 @@ label input[type="radio"], padding-top : 1em; } -.main { - margin-top: 1em; -} - #login_controls { position : absolute; right : .5em; -- 2.1.4