Alona Kaplan has uploaded a new change for review. Change subject: webadmin: In some locales alerts and Events Icons overlapping on text ......................................................................
webadmin: In some locales alerts and Events Icons overlapping on text On the bottom Alerts/Events pane the "last message" text is overlapped by the icon. The message width changed to 100% to solve it. Change-Id: I403d87ad02f604e8ceb5c5a5e075c03e4fe7cf22 Bug-Url: https://bugzilla.redhat.com/952010 Signed-off-by: Alona Kaplan <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.ui.xml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/50/14250/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.ui.xml index 015509a..df896ce 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.ui.xml @@ -27,7 +27,7 @@ } .lastMessage { - width: 100px; + width: 100%; white-space: nowrap; color: white; padding: 5px; -- To view, visit http://gerrit.ovirt.org/14250 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I403d87ad02f604e8ceb5c5a5e075c03e4fe7cf22 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
