Alexander Wels has uploaded a new change for review. Change subject: userportal, webadmin: Dialog box header drag ......................................................................
userportal, webadmin: Dialog box header drag - The drag box on dialogs was only 20 px high, while the header was 36 px high. This caused it to not be clear where you could and could drag the window. This patch makes the entire header dragable. - Replaced tabs with spaces in DialogBox.css. Change-Id: I712203d343102c1a61f5256eb0eefbe7162a1d78 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1139634 Signed-off-by: Alexander Wels <aw...@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/DialogBox.css 1 file changed, 18 insertions(+), 18 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/42/33642/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/DialogBox.css b/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/DialogBox.css index 74451fa..ada194c 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/DialogBox.css +++ b/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/DialogBox.css @@ -18,37 +18,37 @@ .gwt-DialogBox .dialogTopLeft, .gwt-DialogBox .dialogTopRight { - width: 14px; - height: 20px; + width: 14px; + height: 20px; } .gwt-DialogBox .dialogBottomLeft, .gwt-DialogBox .dialogBottomRight { - width: 14px; - height: 14px; + width: 14px; + height: 14px; } - + .gwt-DialogBox .dialogTop, .gwt-DialogBox .dialogTopCenter, .gwt-DialogBox .dialogTopCenterInner { - height: 20px; + height: 20px; } .gwt-DialogBox .dialogMiddleCenter { - background-color: #FFFFFF; + background-color: #FFFFFF; } - -.gwt-DialogBox .Caption { - background: transparent; - position: relative; - border: 0px; - height: 20px; - z-index: 1; + +.gwt-DialogBox .Caption { + background: transparent; + position: relative; + border: 0px; + height: 36px; + z-index: 1; } .generalDialogComment { - color: #555555; - font-style: italic; - font-size: 13px; - font-family: Verdana, sans-serif; + color: #555555; + font-style: italic; + font-size: 13px; + font-family: Verdana, sans-serif; } \ No newline at end of file -- To view, visit http://gerrit.ovirt.org/33642 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I712203d343102c1a61f5256eb0eefbe7162a1d78 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Alexander Wels <aw...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches