@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/css/cateditor.css | 14 ++++++++++---- .../intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 16 +++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css +++ a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css @@ -197,12 +197,9 @@ body { #statusbar { background-color: #F4F8F9; border: solid 2px #b9d8d9; - border-bottom-style: none; - border-radius: 6px 6px 0 0; - margin-bottom: -32px; + border-radius: 6px; overflow: auto; padding: 4px; - padding-bottom: 0; } #statusbar #status-tag-info, #statusbar #status-subfield-info { @@ -456,3 +453,12 @@ body { .CodeMirror-gutter-wrapper { position: absolute; } + +/* Small devices (tablets, 768px and up) */ +@media (min-width: @screen-sm-min) { + #statusbar { + border-bottom-style: none; + border-radius: 6px 6px 0 0; + margin-bottom: -32px; + } +} --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -248,18 +248,12 @@ - - - + + + - - -
- -
- + + [% INCLUDE 'intranet-bottom.inc' %] --