[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.06-54-gd83c154220

Git repo owner gitmaster at git.koha-community.org
Wed Jan 15 20:01:31 CET 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.05.x has been updated
       via  d83c15422040b6ceb2b02ea203de3b803a107353 (commit)
       via  e0635da0397661283c950b514c9eb92a2ee37a96 (commit)
      from  9a062f563d463a7f6e1317030d1a6b3d70e3aa71 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d83c15422040b6ceb2b02ea203de3b803a107353
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Wed Jan 15 18:35:20 2020 +0000

    Bug 24282: Compiled CSS
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit e0635da0397661283c950b514c9eb92a2ee37a96
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Dec 20 08:40:37 2019 +0100

    Bug 24282: SCSS conversion broke style in search results item status
    
    Before SCSS conversion, there was a style for search results item status :
      #searchresults span.status {
    Conversion to SCSS added ul :
      #searchresults ul span.status {
    Now style does not apply anymore.
    You can see that items on loan are not red anymore.
    
    To test, apply the patch and regenerate your CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    Clear your browser cache if necessary.
    
    All rules using #searchresults in 17.11 :
        font-size : 90%;
        list-style: url(../img/item-bullet.gif);
        padding : .2em 0;
            clear : left;
    }
    
        clear : left;
        color : #900;
        display : block;
    }
    
        clear : left;
        display : block;
    }
    
        display : block;
    }
    
        float : left;
        margin : 3px 5px 3px -5px;
    }
    
        vertical-align : top;
    }
    
    Apply patch update intranet CSS file and check you see the same rules.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 1f1ad0ddf980610e9cf6766b9e056334b904a63b)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 .../intranet-tmpl/prog/css/src/staff-global.scss   | 28 +++++++++++-----------
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |  2 +-
 2 files changed, 15 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list