]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Change buttons on dasboard page - reported by Sergey Zhidkov
authorMarcin Haba <marcin.haba@bacula.pl>
Sat, 10 Jul 2021 11:16:04 +0000 (13:16 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:25 +0000 (09:03 +0100)
gui/baculum/protected/Web/Pages/Dashboard.page

index 6b8f4de6cee779c3ae2a85a66c8b436bb9dfed79..83c264095c495b783ce3a30c0fac0c4be85fda97 100644 (file)
                                        Attributes.onclick="document.getElementById('run_job').style.display='block'"
                                        Style="text-decoration: none"
                                >
-                                       <div class="w3-container w3-blue w3-third w3-center w3-padding-small w3-margin-right w3-margin-bottom">
-                                               <p style="margin: 10px 0"><%[ Run job ]%> &nbsp;<i class="fa fa-play w3-small"></i></p>
+                                       <div class="w3-container w3-blue w3-block w3-center w3-padding-small w3-margin-right w3-margin-bottom">
+                                               <p style="margin: 3px 0"><%[ Run job ]%> &nbsp;<i class="fa fa-play w3-small"></i></p>
                                        </div>
                                </com:TActiveLinkButton>
                                <a href="<%=$this->Service->constructUrl('RestoreWizard')%>" style="text-decoration: none">
-                                       <div class="w3-container w3-blue w3-rest w3-center w3-padding-small w3-margin-bottom">
-                                               <p style="margin: 10px 0"><%[ Perform restore ]%> &nbsp;<i class="fa fa-reply w3-small"></i></p>
+                                       <div class="w3-container w3-blue w3-block w3-center w3-padding-small w3-margin-bottom">
+                                               <p style="margin: 3px 0"><%[ Perform restore ]%> &nbsp;<i class="fa fa-reply w3-small"></i></p>
                                        </div>
                                </a>
                                <com:Application.Web.Portlets.RunJob ID="RunJobModal" />