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/15 23:07:17 UTC

git commit: updated refs/heads/ui-vm-affinity to bd8a9e9

Updated Branches:
  refs/heads/ui-vm-affinity 2f0e0d9a7 -> bd8a9e920


Detail view: CSS fixes for edit mode

-Fix scrollbars on select box

-Fix apply/cancel buttons being hidden


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

Branch: refs/heads/ui-vm-affinity
Commit: bd8a9e920e02c7d44ca5db34d80b662f2725ed21
Parents: 2f0e0d9
Author: Brian Federle <br...@citrix.com>
Authored: Mon Apr 15 14:06:42 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Apr 15 14:06:42 2013 -0700

----------------------------------------------------------------------
 ui/css/cloudstack3.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bd8a9e92/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 1890476..06fcbae 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -1697,7 +1697,7 @@ div.list-view td.state.off span {
 }
 
 .detail-view .main-groups {
-  max-height: 455px;
+  max-height: 407px;
   overflow: auto;
   overflow-x: hidden;
   margin-right: 12px;
@@ -1754,6 +1754,10 @@ div.list-view td.state.off span {
   width: 245px;
 }
 
+.detail-group .main-groups table td.value > span select {
+  width: 100% !important;
+}
+
 .detail-group .main-groups table td.value .view-all {
   cursor: pointer;
   /*[empty]height:;*/