Einav Cohen has submitted this change and it was merged.
Change subject: webadmin: resizable dialogs - missing resize symbol
......................................................................
webadmin: resizable dialogs - missing resize symbol
On resizable dialogs [1], the resize symbol [2]
(on bottom-right corner) was missing.
Hence:
* Extracted the image into 'branding/../images/dialog' folder.
* Added '.gwt-DialogBox .dialogBottomRight.resize' style
to 'gwt_common.css' file.
* Modified ResizableDialogBox file accordingly.
[1] only Disk and Storage dialogs are currently resizable
[2] screenshot -
http://i.imgur.com/nnMwcPh.png
Change-Id: I7e9cc8a3140ca62c677b9ac53c00c5460d3b0009
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/ResizableDialogBox.java
M packaging/branding/ovirt.brand/gwt_common.css
R packaging/branding/ovirt.brand/images/dialog/panel_edge_BR_resize.png
3 files changed, 19 insertions(+), 12 deletions(-)
Approvals:
Einav Cohen: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/19701
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7e9cc8a3140ca62c677b9ac53c00c5460d3b0009
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server