anmolbabu has uploaded a new change for review.

Change subject: gluster-nagios-monitoring : Trends Actionable icons
......................................................................

gluster-nagios-monitoring : Trends Actionable icons

With this patch, the action icons such as the print
and the refresh appear to be clickable when a user
hovers over it.

Change-Id: I22b072f8478b58a6dedd7ea693df6f203cbd701d
Signed-off-by: Anmol Babu <anb...@redhat.com>
---
M gluster-nagios-monitoring/src/css/dashboard.css
M gluster-nagios-monitoring/src/trendsTab.html
2 files changed, 16 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/samples-uiplugins 
refs/changes/19/29319/1

diff --git a/gluster-nagios-monitoring/src/css/dashboard.css 
b/gluster-nagios-monitoring/src/css/dashboard.css
index c7117c8..ad9cdd4 100644
--- a/gluster-nagios-monitoring/src/css/dashboard.css
+++ b/gluster-nagios-monitoring/src/css/dashboard.css
@@ -43,6 +43,6 @@
 
 .action-panel {
        padding-top: 35px;
-       width: 120px;
+       width: 250px;
        float: left;
 }
\ No newline at end of file
diff --git a/gluster-nagios-monitoring/src/trendsTab.html 
b/gluster-nagios-monitoring/src/trendsTab.html
index 2ac7146..c580d27 100644
--- a/gluster-nagios-monitoring/src/trendsTab.html
+++ b/gluster-nagios-monitoring/src/trendsTab.html
@@ -11,6 +11,8 @@
 <script src="js/common.js"></script>
 <link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
 <style type="text/css">
+.box { width:20px ;height: 24px; border: 1px solid #E6E6FA; float: left;}
+.box:hover { -moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px 
#ccc; box-shadow: 0 0 10px #000; }
 .noPrint {
  display:block;
  width: 100%;
@@ -65,9 +67,19 @@
                                </div>
 
                                <div class="action-panel">
-                                       <button class="btn btn-default" 
ng-click="getCustomGraphs()">Submit</button>
-                                       <img src="images/refresh.png" 
style="height: 18px;" ng-click="refresh()"/>
-                                       <img src="images/print.png" style=" 
height: 22px;" ng-click="exportToPdf()"/>
+                                       <div style="float: left;">
+                                               <button class="btn btn-default" 
ng-click="getCustomGraphs()">Submit</button>
+                                       </div>
+                                       <div style="padding-left: 5px; float: 
left; padding-top: 3px;">
+                                               <div class="box">
+                                                       <img style="height: 
18px; float: left;" src="images/refresh.png" ng-click="refresh()"/>
+                                               </div>
+                                       </div>
+                                       <div style="padding-left: 5px; float: 
left; padding-top: 3px;">
+                                               <div class="box">
+                                                       <img 
src="images/print.png" style=" height: 20px;" ng-click="exportToPdf()"/>
+                                               </div>
+                                       </div>
                                </div>
                        </div>
                </div>


-- 
To view, visit http://gerrit.ovirt.org/29319
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I22b072f8478b58a6dedd7ea693df6f203cbd701d
Gerrit-PatchSet: 1
Gerrit-Project: samples-uiplugins
Gerrit-Branch: master
Gerrit-Owner: anmolbabu <anb...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to