]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Changed jobs and pools link apparence in main dashboard
authorDavide Franco <bacula-dev@dflc.ch>
Tue, 21 Dec 2010 09:21:58 +0000 (10:21 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:43:34 +0000 (14:43 +0200)
gui/bacula-web/style/default.css
gui/bacula-web/templates/index.tpl

index f615defad7cd9da2c6f6ccf94a386b4f30e73a1d..b8129e2c5a6bc67dcca9bb9b639fc782ea724b15 100644 (file)
@@ -114,7 +114,7 @@ a:hover { color: #736F6E }
 }
 
 .box p.title {
- height: auto;
+ /*height: 25px;*/
  text-align: center;
  vertical-align: middle;
  font-size: 11pt;
@@ -122,11 +122,16 @@ a:hover { color: #736F6E }
  background-color: #888888;
  color: white;
  font-weight: bold;
- padding: 3px;
+ padding: 5px;
  margin: 0px;
- /*padding-top: 5px;
- padding-bottom: 5px;*/
+}
+
+.box p.title a {
+ color: #FFFFFF;
+ text-decoration: none;
+ font-size: 9pt;
+ float: right;
+ vertical-align: middle;
 }
 
 .box table.list
index 83047b9fdebbe67f1adb1506f786f970f681a1a8..9f5338e487ed6bd321e424f88c5600b84e224a80 100644 (file)
 
   <!-- Pools and Volumes Status -->
   <div class="box">
-       <p class="title">Pools and volumes status</p>
+       <p class="title">
+       Pools and volumes status
+       <a href="pools.php" title="Show pools and volumes report">View report</a>
+       </p>
          <img src="{$graph_pools}" alt="" />
-         <br />
-         <a href="pools.php" title="Show pools and volumes status">Pools and Volumes status</a>
-         <br /> <br />
   </div> <!-- end div box -->
   
   <div class="box">
   </div> <!-- end div box --> 
   
   <div class="box">
-       <p class="title">Job Status Report (last 24 hours)</p>
+       <p class="title">
+       Job Status Report
+       <a href="jobs.php" title="Show last 24 hours jobs status">View report</a>
+       </p>
          <img src="{$graph_jobs}" alt="" />
-       <br />
-       <a href="jobs.php" title="Show last 24 hours jobs status">Show last jobs status</a>
-       <br /> <br />
   </div> <!-- end div box -->