Tomas Jelinek has uploaded a new change for review.

Change subject: userportal,webadmin: Disabled type suggest boxes are not fully 
filled
......................................................................

userportal,webadmin: Disabled type suggest boxes are not fully filled

Changed the ListModelTypeAheadListBox.ui.xml in a way that the underlying
<input> takes the whole available space and added to it's styles the same style
what the GWT's ListBox is using.

Change-Id: Ic26a695aa127f36023b4e0de01919613280ae960
Bug-Url: https://bugzilla.redhat.com/1066443
Signed-off-by: Tomas Jelinek <tjeli...@redhat.com>
---
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/ListModelTypeAheadListBox.ui.xml
1 file changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/29852/1

diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/ListModelTypeAheadListBox.ui.xml
 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/ListModelTypeAheadListBox.ui.xml
index 4b59e5a..74a726a 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/ListModelTypeAheadListBox.ui.xml
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/ListModelTypeAheadListBox.ui.xml
@@ -14,6 +14,7 @@
 
         .suggestBoxStyle {
             border-width: 0px;
+            width: 100%;
             vertical-align: top;
             height: 15px;
         }
@@ -27,8 +28,8 @@
         }
 
         .suggestBoxWrapperStyle {
-            float: left;
             height: 17px;
+            margin-right: 15px;
         }
 
         .enabledMainPanel {
@@ -41,12 +42,13 @@
     </ui:style>
 
     <g:FlowPanel ui:field="mainPanel" addStyleNames="{style.enabledMainPanel}">
-        <g:FlowPanel addStyleNames="{style.suggestBoxWrapperStyle} 
lmtalb_suggestboxWrapper_pfly_fix">
-            <g:SuggestBox addStyleNames="{style.suggestBoxStyle} 
lmtalb_suggestbox_pfly_fix" ui:field="suggestBox" />
-        </g:FlowPanel>
         <g:FlowPanel addStyleNames="{style.imagesWrapper}">
             <g:Image ui:field="dropDownImage" 
addStyleNames="{style.dropDownStyle}" 
resource='{resources.comboBoxDropDownIcon}' />
         </g:FlowPanel>
+
+        <g:FlowPanel addStyleNames="{style.suggestBoxWrapperStyle} 
lmtalb_suggestboxWrapper_pfly_fix">
+            <g:SuggestBox addStyleNames="{style.suggestBoxStyle} 
lmtalb_suggestbox_pfly_fix gwt-ListBox" ui:field="suggestBox" />
+        </g:FlowPanel>
     </g:FlowPanel>
 
 </ui:UiBinder>


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic26a695aa127f36023b4e0de01919613280ae960
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Tomas Jelinek <tjeli...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to