]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: CSS modifications for jobs.tpl and index.tpl
authorDavide Franco <bacula-dev@dflc.ch>
Tue, 7 Dec 2010 08:35:33 +0000 (09:35 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 3 Mar 2011 09:39:07 +0000 (10:39 +0100)
gui/bacula-web/style/default.css
gui/bacula-web/templates/jobs.tpl

index c624638671b8c5a8eeab6a81a9a96adf0200f534..85762b5b388882f6edffe2e2a0331228cc6d5536 100644 (file)
@@ -161,6 +161,7 @@ a:hover { color: #736F6E }
  background-color: #E0E0E0;
 }
 
+.box table tr td.info a { font-size: 8pt;}
 table {
  width: 100%;
  margin: 0px;
index 2d55cf94c0bcc9fbb33dc95acf10f031ad59513b..952cacdb05a19fd6778167820574295d5e7d4773 100644 (file)
   <!-- Failed jobs -->  
   <div class="box">
        <p class="title">Last failed jobs (limited to 10)</p>
-       <table>
+       <table class="list">
          <tr>
-               <th>Status</th>
-               <th>Job ID</th>
-               <th>BackupJob</th>
-               <th>Start Time</th>
-               <th>End Time</th>
-               <th>Elapsed time</th>
-               <th>Level</th>
-               <th>Pool</th>
+               <td class="info">Status</td>
+               <td class="info">Job ID</td>
+               <td class="info">BackupJob</td>
+               <td class="info">Start Time</td>
+               <td class="info">End Time</td>
+               <td class="info">Elapsed time</td>
+               <td class="info">Level</td>
+               <td class="info">Pool</td>
          </tr>
          {foreach from=$failed_jobs item=job}
          <tr>
   <!-- Completed jobs --> 
   <div class="box">
        <p class="title">Last completed jobs</p>
-       <table>
+       <table class="list">
          <tr>
-               <th>Status</th>
-               <th>Job ID</th>
-               <th>BackupJob</th>
-               <th>Start Time</th>
-               <th>End Time</th>
-               <th>Elapsed time</th>
-               <th>Level</th>
-               <th>Pool</th>
+               <td class="info">Status</td>
+               <td class="info">Job ID</td>
+               <td class="info">BackupJob</td>
+               <td class="info">Start Time</td>
+               <td class="info">End Time</td>
+               <td class="info">Elapsed time</td>
+               <td class="info">Level</td>
+               <td class="info">Pool</td>
          </tr>
          {foreach from=$completed_jobs item=job}
          <tr>