From ef3c3c7bdacec2c5fe42bfe923ac42531dfca37d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 17 Nov 2017 14:05:25 +0000 Subject: [PATCH] Bug 19474 [follow-up] Convert staff client CSS to SCSS This patch brings staff-global.scss up to date with changes which have been recently committed to staff-global.css, specifically ILL module styles. --- .../intranet-tmpl/prog/css/src/staff-global.scss | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index 0715f24..0bbe2a3 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -3776,3 +3776,98 @@ span { } } } + +#interlibraryloans { + h1 { + margin: 1em 0; + } + + h2 { + margin-bottom: 20px; + } + + h3 { + margin-top: 20px; + } + + .bg-info { + overflow: auto; + position: relative; + } + + .format { + h4 { + margin-bottom: 20px; + } + + h5 { + margin-top: 20px; + } + + input { + margin: 10px 0; + } + + li { + list-style: none; + } + } + + #add-new-fields { + margin: 1em; + } + + #column-toggle, + #reset-toggle { + font-weight: 700; + line-height: 1.5em; + margin: 15px 0; + } + + #freeform-fields { + .custom-name { + margin-right: 1em; + text-align: right; + width: 9em; + } + + .delete-new-field { + margin-left: 1em; + } + } + + #search-summary { + position: absolute; + top: 50%; + transform: translateY(-50%); + } +} + +#ill-view-panel { + margin-top: 15px; + + h3 { + margin-bottom: 10px; + } + + h4 { + margin-bottom: 20px; + } + + .rows { + div { + height: 1em; + margin-bottom: 1em; + } + } + + #requestattributes { + .label { + width: auto; + } + } +} + +#ill-requests { + width: 100% !important; +} -- 2.1.4