Bug 20268: CSS regression: white gap on the top of the staff pages
authorOwen Leonard <oleonard@myacpl.org>
Thu, 1 Mar 2018 15:00:18 +0000 (15:00 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 19 Mar 2018 16:55:46 +0000 (13:55 -0300)
This patch makes template and CSS changes so that the staff client main
page doesn't get an unwanted top margin from the Bootstrap-grid
conversion.

- The unused "main" class is removed from the login page
- The "main" class on the staff client home page is changed to
  "intranet-main."
- The CSS for the staff client home page has been modified accordingly.

To test, apply the patch and clear your browser cache if necessary.

- Open the staff client login page. It should look as it always does.
- Log in and check the style of the main page. There should be no white
  margin at the top of the page.

Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/css/mainpage.css
koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt

index 530c894..404ee29 100644 (file)
@@ -180,7 +180,7 @@ ul.biglinks-list li a:hover.icon_course_reserves {background-position:5px -1146p
 }
 /* ==== USERBLOCK - End ==== */
 
-.main .row {
+.intranet-main .row {
     margin-left: 0;
     margin-right: 0;
 }
index ef57d4a..5bb7905 100644 (file)
@@ -12,7 +12,7 @@
 </title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body id="main_auth" class="main">
+<body id="main_auth">
 
 <div id="doc" class="yui-t7">
    <div id="bd">
index 9f47590..dc61992 100644 (file)
@@ -5,7 +5,7 @@
 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/mainpage_[% KOHA_VERSION %].css" />
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body id="main_intranet-main" class="main">
+<body id="main_intranet-main" class="intranet-main">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'home-search.inc' %]