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/master Commit: bd8a9e920e02c7d44ca5db34d80b662f2725ed21 Parents: 2f0e0d9 Author: Brian Federle <brian.fede...@citrix.com> Authored: Mon Apr 15 14:06:42 2013 -0700 Committer: Brian Federle <brian.fede...@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:;*/