From 7c7bee8bbaab58aab6d0f9eaf3b8c60cf45866a1 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Maharana Date: Wed, 3 Feb 2016 01:09:36 +0530 Subject: [PATCH] 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. --- ui/css/cloudstack3.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 753598dadaf..a211a6e1ba9 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;