]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Tweak styles for API wizard and job file list table
authorMarcin Haba <marcin.haba@bacula.pl>
Sun, 29 Nov 2020 02:22:12 +0000 (03:22 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Tue, 1 Dec 2020 04:10:16 +0000 (05:10 +0100)
gui/baculum/protected/Web/Portlets/JobListFiles.tpl
gui/baculum/themes/Baculum-v1/css/wizard.css

index 3026445e15756450cf94c591550d52d8428abfc1..2875d1496d9444121b671377c75eb8fe167079af 100644 (file)
        <div id="job_list_files_no_result" class="w3-panel w3-center" style="display: none"><strong><%[ No item result ]%></strong></div>
        <com:TActiveRepeater ID="FileList">
                <prop:HeaderTemplate>
-                       <table class="w3-table w3-striped w3-white w3-margin-bottom dataTable dtr-column" style="table-layout: fixed">
+                       <table class="w3-table w3-striped w3-white w3-margin-bottom dataTable dtr-column">
                                <thead>
                                        <tr class="row">
                                                <th class="w3-center w3-hide-small" style="width: 65px"><%[ Attributes ]%></th>
                                                <th class="w3-center w3-hide-small" style="width: 39px; padding: 10px 3px">UID</th>
                                                <th class="w3-center w3-hide-small" style="width: 39px; padding: 10px 3px">GID</th>
                                                <th class="w3-center w3-hide-small" style="width: 40px">Size</th>
-                                               <th class="w3-center w3-hide-small" style="width: 125px">MTIME</th>
+                                               <th class="w3-center w3-hide-small" style="width: 135px">MTIME</th>
                                                <th class="w3-center"><%[ File ]%></th>
                                                <th class="w3-center w3-hide-small" style="width: 50px"><%[ State ]%></th>
                                        </tr>
index 625d74e1a211abc5efe1ac047654e25eda4ad552..d7d891a58f5f0e2e03c4d7cb9968e88d36b4921d 100644 (file)
        float: left;
        height: 45px;
        width: 124px;
-       font-size: 13pt;
+       font-size: 15px;
        text-align: center;
+       position: relative;
  }
  
-.step div{
-       margin: 12px 15px 12px 0;
+.step div {
+       position: absolute;
+       top: 50%;
+       left: 45%;
+       transform: translate(-50%, -50%);
+       width: 115px;
  }
  
 .step-normal,  .step-active,  .step-prev-active, .step-first-active, .step-first-next-active {