Daniel Erez has uploaded a new change for review.

Change subject: webadmin: truncated text in VMs-Snapshots sub-tab
......................................................................

webadmin: truncated text in VMs-Snapshots sub-tab

Fixed truncated headers in VMs -> Snapshots sub-tab.

Change-Id: I2e9586f77343645a74727452e58052c8b659e5fc
Bug-Url: https://bugzilla.redhat.com/951067
Bug-Url: https://bugzilla.redhat.com/950289
Signed-off-by: Daniel Erez <[email protected]>
---
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/vm/VmSnapshotListModelTable.ui.xml
M 
frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/PopupCellTable.css
2 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/70/14070/1

diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/vm/VmSnapshotListModelTable.ui.xml
 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/vm/VmSnapshotListModelTable.ui.xml
index b71267b..37690f0 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/vm/VmSnapshotListModelTable.ui.xml
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/vm/VmSnapshotListModelTable.ui.xml
@@ -40,12 +40,12 @@
        </ui:style>
 
        <g:SplitLayoutPanel addStyleNames="{style.container}">
-               <g:center>
+               <g:west size="500">
                        <g:SimplePanel ui:field="snapshotsTableContainer"/>
-               </g:center>
-               <g:east size="660">
+               </g:west>
+               <g:center>
                        <g:SimplePanel ui:field="snapshotInfoContainer"/>
-               </g:east>
+               </g:center>
        </g:SplitLayoutPanel>
 
 </ui:UiBinder>
diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/PopupCellTable.css
 
b/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/PopupCellTable.css
index 0d1fa8d..73a00e9 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/PopupCellTable.css
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/PopupCellTable.css
@@ -27,7 +27,7 @@
        font-size: 11px;
        background-color: #F0F2FF;
        height: 28px;
-       white-space: normal;
+       white-space: nowrap;
 }
 
 .cellTableCell {


--
To view, visit http://gerrit.ovirt.org/14070
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2e9586f77343645a74727452e58052c8b659e5fc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to