@@ -, +, @@ --- .../intranet-tmpl/prog/css/src/staff-global.scss | 26 ++++++++++++---------- 1 file changed, 14 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -4069,27 +4069,29 @@ span { } } -div { - .lastborrower { - background-color: #e6f0f2; - border: 1px solid #95c6d0; - box-shadow: 1px 1px 1px 0 #999; - padding: .3em .5em .3em .5em; - margin: .4em 0; - } +.lastborrower { + background-color: #E6F0F2; + border: 1px solid #95C6D0; + box-shadow: 1px 1px 1px 0 #999; + color: #CC0000; + margin: .4em 0; + padding: .3em .5em; } + #lastborrower-ref { + border-radius: 5px 0 0 5px; float: left; - border-radius: 5px 0px 0px 5px; } + #lastborrower-remove { - float: right; - border-radius: 0px 5px 5px 0px; + border-radius: 0 5px 5px 0; cursor: pointer; + float: right; } + #lastborrower-window { - position: absolute; display: inline-block; + position: absolute; right: 5px; top: 100px; } --