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/27 00:23:13 UTC

[2/3] git commit: updated refs/heads/ui-add-remove-nics to 86a9f27

Detail view: fix multi-action styling


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

Branch: refs/heads/ui-add-remove-nics
Commit: ab245f5b1930bf5934177058d240a60548e1e6c8
Parents: c02a4b9
Author: Brian Federle <br...@citrix.com>
Authored: Fri Apr 26 15:15:15 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Fri Apr 26 15:15:15 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ab245f5b/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index d10262f..eac0b20 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -1786,6 +1786,7 @@ div.list-view td.state.off span {
 .detail-view .details.group-multiple {
   float: left;
   width: 100%;
+  margin-bottom: 30px;
 }
 
 .detail-view .details.group-multiple .main-groups {
@@ -2036,20 +2037,22 @@ div.detail-group.actions td {
   background: none;
   display: block;
   height: 35px;
+  float: right;
   padding: 0;
 }
 
 .details.group-multiple div.detail-group.actions .detail-actions .action {
-  float: right;
-  /*+placement:shift 2px 7px;*/
+  float: left;
+  width: 32px;
+  /*+placement:shift 11px 7px;*/
   position: relative;
-  left: 2px;
+  left: 11px;
   top: 7px;
 }
 
 .details.group-multiple div.detail-group.actions .detail-actions .action a {
   background: none;
-  width: 34px;
+  width: 31px;
 }
 
 .detail-group table td.detail-actions {