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/12/18 00:42:06 UTC

git commit: updated refs/heads/master to c7e2914

Updated Branches:
  refs/heads/master f4ee1a811 -> c7e2914bc


CLOUDSTACK-5476: Fix missing settings tab on zone details


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

Branch: refs/heads/master
Commit: c7e2914bcd3cfb52c59d9037bac61398530e4f9e
Parents: f4ee1a8
Author: Brian Federle <br...@citrix.com>
Authored: Tue Dec 17 15:41:11 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Dec 17 15:42:00 2013 -0800

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c7e2914b/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index b1811f1..a82298c 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -1646,11 +1646,11 @@ div.list-view td.state.off span {
 
 .ui-tabs li a {
   float: left;
-  padding: 15px;
+  padding: 15px 10px;
   min-width: 91px;
   text-align: center;
   font-size: 11px;
-  margin-right: 12px;
+  margin-right: 5px;
   color: #4E6070;
   text-decoration: none;
   /*+placement:shift 0px 2px;*/
@@ -3535,6 +3535,10 @@ div.view table td.editable div.edit input {
   z-index: 1;
 }
 
+.detail-view div.view table td.editable div.edit {
+  width: 116px;
+}
+
 div.view table td.editable div.action {
   float: left;
   width: 16px;