Repository: cloudstack Updated Branches: refs/heads/master 339355594 -> 30cfeb49d
CLOUDSTACK-9270: UI alignment gone bad in multiple places - VM Instance, Network, Egress rules Now it breaks into two lines once the word goes out of the box. Fixed the advanced search field issue. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7c7bee8b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7c7bee8b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7c7bee8b Branch: refs/heads/master Commit: 7c7bee8bbaab58aab6d0f9eaf3b8c60cf45866a1 Parents: e5ef933 Author: Nitin Kumar Maharana <[email protected]> Authored: Wed Feb 3 01:09:36 2016 +0530 Committer: Nitin Kumar Maharana <[email protected]> Committed: Wed Feb 3 01:09:36 2016 +0530 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7c7bee8b/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 753598d..a211a6e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -530,6 +530,7 @@ div.list-view table tbody td span { display: block; float: left; max-width: 89%; + word-break: break-all; word-wrap: break-word; text-indent: 0; margin-left: 12px; @@ -8293,6 +8294,16 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal font-weight: bold; } +.multi-edit-add-list div.form-container { + width: auto !important; + height: auto; + text-align: center; +} + +.multi-edit-add-list div.form-container div.name label { + display: inline; +} + .multi-edit .data .data-body { margin: auto auto auto 11px; overflow: hidden;
