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/4cc1097a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4cc1097a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4cc1097a Branch: refs/heads/marvin_refactor Commit: 4cc1097aa53eb6c351c1272b3c59be0ff7540337 Parents: 719f254 Author: Brian Federle <[email protected]> Authored: Mon Apr 15 14:06:42 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Apr 15 14:06:54 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4cc1097a/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 7ebda9b..2b6d497 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:;*/
