You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/10/10 23:18:28 UTC

[3/3] git commit: updated refs/heads/ui-restyle to bf12101

Make 'fetch latest' have refresh button icon


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bf121011
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bf121011
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bf121011

Branch: refs/heads/ui-restyle
Commit: bf121011bf16639ecc4a017170c586bd74fc80a2
Parents: 6651a4a
Author: Brian Federle <br...@citrix.com>
Authored: Thu Oct 10 14:18:21 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Oct 10 14:18:21 2013 -0700

----------------------------------------------------------------------
 ui/stylesheets/_dashboard.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bf121011/ui/stylesheets/_dashboard.scss
----------------------------------------------------------------------
diff --git a/ui/stylesheets/_dashboard.scss b/ui/stylesheets/_dashboard.scss
index 12eee82..a7b8a64 100644
--- a/ui/stylesheets/_dashboard.scss
+++ b/ui/stylesheets/_dashboard.scss
@@ -94,8 +94,9 @@
             }
             
             .fetch-latest {
+                @include csui-button-refresh;
                 @include csui-button;
-                
+
                 float: right;
             }
         }