@@ -, +, @@ unreadable - Manage an ILL request which has staff and OPAC notes. Everything should look readable. - Running validation on the HTML should only return warnings coming from global include files (js_includes.inc). --- .../intranet-tmpl/prog/css/src/staff-global.scss | 38 +----- .../prog/en/modules/ill/ill-requests.tt | 139 +++++++++++---------- 2 files changed, 77 insertions(+), 100 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -1436,8 +1436,7 @@ div { clear: left; float: left; list-style-type: none; - padding-bottom: .2em; - padding-top: .1em; + padding: .275em; width: 100%; } @@ -1452,6 +1451,10 @@ div { } } + p { + margin-left: 10em; + } + span { &.label { float: left; @@ -3934,19 +3937,6 @@ span { margin: .3em 0; } - h1 { - margin: 1em 0; - } - - h2 { - margin-bottom: 20px; - } - - h3 { - margin-top: 20px; - - } - .bg-info { overflow: auto; position: relative; @@ -4000,28 +3990,12 @@ span { } } -#ill-view-panel { +.ill-view-panel { margin-top: 15px; - h3 { - margin-bottom: 10px; - } - - h4 { - margin-bottom: 20px; - } - .notesopac { display: inline-block; } - - .rows { - div { - height: 1em; - margin-bottom: 1em; - } - } - } #requestattributes { --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -10,7 +10,7 @@ [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'datatables.inc' %] -