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/04/30 21:20:24 UTC

[02/22] git commit: updated refs/heads/master to c7143be

VM NICs tab: Style 'add network' action


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

Branch: refs/heads/master
Commit: 9bd6692be023fa5697d19495a3b1fdd777cb4abd
Parents: 93db30e
Author: Brian Federle <br...@citrix.com>
Authored: Wed Apr 3 14:35:58 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Wed Apr 3 14:35:58 2013 -0700

----------------------------------------------------------------------
 ui/css/cloudstack3.css |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9bd6692b/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 9b77b9f..015206b 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -1773,6 +1773,11 @@ div.list-view td.state.off span {
   background-position: 100% -431px;
 }
 
+.detail-view .detail-group .button.add {
+  float: left;
+  margin: 6px 0 17px 13px;
+}
+
 /*List-view: subselect dropdown*/
 .list-view .subselect {
   width: 116px;
@@ -2733,7 +2738,8 @@ div.toolbar div.button.add,
 div.toolbar div.button.refresh,
 div.toolbar div.button.add,
 div.toolbar div.button.main-action,
-.toolbar div.button.header-action {
+.toolbar div.button.header-action,
+.detail-group .button.add {
   /*+placement:shift 0px 5px;*/
   position: relative;
   left: 0px;
@@ -2765,7 +2771,8 @@ div.toolbar div.button.main-action,
 div.toolbar div.button.add:hover,
 div.toolbar div.button.refresh:hover,
 div.toolbar div.button.main-action:hover,
-.toolbar div.button.header-action:hover {
+.toolbar div.button.header-action:hover,
+.detail-group .button.add:hover {
   background-position: 0 -132px;
   border-left: 1px solid #585D60;
 }
@@ -2795,7 +2802,8 @@ div.toolbar div.button.refresh span {
   background-repeat: no-repeat;
 }
 
-div.toolbar div.button.add span {
+div.toolbar div.button.add span,
+.detail-group .button.add span.icon {
   padding: 0px 0 0px 18px;
   background: url(../images/icons.png) no-repeat -626px -209px;
   /*+placement:shift 0px 0px;*/