ginger-dev-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ginger-dev-list] [PATCH] Add User panel to show correcly in all languag


From: Socorro Stoppler
Subject: [Ginger-dev-list] [PATCH] Add User panel to show correcly in all languages
Date: Thu, 17 Sep 2015 13:31:17 -0700

From: Socorro Stoppler <address@hidden>

Adjust Add User panel settings so the it shows properly in all languages

Signed-off-by: Socorro Stoppler <address@hidden>
---
 ui/css/host-admin.css | 7 ++++---
 ui/js/host-admin.js   | 3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ui/css/host-admin.css b/ui/css/host-admin.css
index cdbb667..fe2cbf7 100644
--- a/ui/css/host-admin.css
+++ b/ui/css/host-admin.css
@@ -562,7 +562,7 @@
 }
 
 #hostUserAdd .user-add-label>div {
-    margin-top: 14px;
+    margin-top: 14px; 
 }
 
 #hostUserAdd .user-add-content .user-input {
@@ -570,8 +570,9 @@
 }
 
 #hostUserAdd .user-manage-footer {
-    float: right;
-    margin-top: 10px;
+    position: absolute;
+    bottom: 10px;
+    right: 10px;
 }
 
 .user-add-body .user-add-content .enable-combobox {
diff --git a/ui/js/host-admin.js b/ui/js/host-admin.js
index 5e18442..4fa378e 100644
--- a/ui/js/host-admin.js
+++ b/ui/js/host-admin.js
@@ -679,7 +679,8 @@ ginger.initUserManagement = function() {
         };
         $("#hostUserAdd").dialog({
             modal : true,
-            width : 500,
+            width : "auto",
+            height : 300,
             draggable : false,
             resizable : false,
             closeText: "X",
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]