Tal Nisan has uploaded a new change for review.

Change subject: webadmin: Change storage dialog styles to fit to size with 
French local
......................................................................

webadmin: Change storage dialog styles to fit to size with French local

When using webadmin localized to French the storage dialog exceeded it's
size and an inner scroll bar appeared, styles were adjusted to make the
elements fit the size in French locale

Change-Id: Ia4b77224d4a9a4ab9f3da8428dbf743da48b53ac
Signed-off-by: Tal Nisan <tni...@redhat.com>
---
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/storage/StoragePopupView.ui.xml
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/69/11969/1

diff --git 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/storage/StoragePopupView.ui.xml
 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/storage/StoragePopupView.ui.xml
index bea8fac..8067c2a 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/storage/StoragePopupView.ui.xml
+++ 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/storage/StoragePopupView.ui.xml
@@ -34,14 +34,14 @@
                }
 
                .nameEditor,
-               .descriptionEditor,
                .datacenterListEditor,
                .hostListEditor {
-                       width: 350px;
+                       width: 375px;
                }
 
                .descriptionEditor {
-                       padding-left: 20px;
+                       width: 325px;
+                       padding-left: 10px;
                }
 
                .formatListEditor {
@@ -50,7 +50,7 @@
                }
 
                .storageTypeListEditor {
-                       width: 500px;
+                       width: 510px;
                        padding-left: 5px;
                }
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia4b77224d4a9a4ab9f3da8428dbf743da48b53ac
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tal Nisan <tni...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to