Tomas Jelinek has uploaded a new change for review. Change subject: frontend: restyle VM dialog header ......................................................................
frontend: restyle VM dialog header Changes to the header: - 2px border around the whole header - no padding around it - different background color and different border color Change-Id: If51788855a6e39b7549dd44206cccf5d0256ddf1 Signed-off-by: Tomas Jelinek <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/tab/DialogTabPanel.ui.xml 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/17/16717/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/tab/DialogTabPanel.ui.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/tab/DialogTabPanel.ui.xml index 749b83a..f4085d3 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/tab/DialogTabPanel.ui.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/tab/DialogTabPanel.ui.xml @@ -20,12 +20,12 @@ } .header { - background-color: #D3D3D3; - border-bottom: 1px solid #CED8DF; + background-color: #e5e5e5; margin-bottom: 15px; padding-top: 6px; - margin-top: 4px; - margin-right: 3px; + /*Neutralize the 5px padding of the parent*/ + margin-left: -5px; + border: 2px solid #d3d3d3; display: none; } </ui:style> -- To view, visit http://gerrit.ovirt.org/16717 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If51788855a6e39b7549dd44206cccf5d0256ddf1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
