From: Marcin Haba Date: Sat, 31 Jul 2021 09:36:04 +0000 (+0200) Subject: baculum: Fix displaying issue in restore browser - reported by Sergey Zhidkov X-Git-Tag: Release-11.3.2~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19651ff66263f6ee34c3bb3875e9136251c32341;p=thirdparty%2Fbacula.git baculum: Fix displaying issue in restore browser - reported by Sergey Zhidkov --- diff --git a/gui/baculum/protected/Web/Pages/RestoreWizard.page b/gui/baculum/protected/Web/Pages/RestoreWizard.page index 55ded9683..97456077f 100644 --- a/gui/baculum/protected/Web/Pages/RestoreWizard.page +++ b/gui/baculum/protected/Web/Pages/RestoreWizard.page @@ -650,22 +650,25 @@ $(function() {
- - + + - <%[ Limit: ]%> + <%[ Limit: ]%> - <%[ Offset: ]%> + <%[ Offset: ]%> diff --git a/gui/baculum/themes/Baculum-v2/css/restore-wizard.css b/gui/baculum/themes/Baculum-v2/css/restore-wizard.css index 2412b465b..cedd21723 100644 --- a/gui/baculum/themes/Baculum-v2/css/restore-wizard.css +++ b/gui/baculum/themes/Baculum-v2/css/restore-wizard.css @@ -17,13 +17,19 @@ height: calc(100% - 57px) !important; } -@media (max-width: 600px) { +@media only screen and (max-width: 600px) { #restore-browser-files { /* On small devices bottom toolbar with search, offset and limit is not displayed */ height: 100% !important; } } +@media only screen and (max-width: 1650px) { + .offset_limit { + display: none; + } +} + #restore-browser-files-loading { position: absolute; z-index: 10; @@ -52,7 +58,7 @@ div.file-browser-element:hover { .restore-browser-element-right { float: right; - width: 100px; + width: 137px; } .restore-browser-element-right {