From c7c5923cf0a22bef89500f9edd54048e3d0217e9 Mon Sep 17 00:00:00 2001
From: Adam Young <ayo...@redhat.com>
Date: Tue, 18 Jan 2011 13:30:17 -0500
Subject: [PATCH] enroll dialog layout

we were squeezing the buttons in the middle of the page.  This patch shrinks the two boxes on either side and centers the buttons.
---
 install/static/ipa.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/install/static/ipa.css b/install/static/ipa.css
index 66b0509e254a9d222e31387bc2e1406e01b9e9e4..5726ad99cae139ea8b7b99f09445579c6ad5d95a 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -710,13 +710,13 @@ table.scrollable tbody {
     top: 0;
     left: 0;
     bottom: 0;
-    width: 25.0em;
+    width: 23.0em;
 }
 
 .adder-dialog-buttons {
     position: absolute;
     top: 1.5em;
-    left: 25em;
+    left: 23.35em;
     right: 25;
     bottom: 0;
     text-align: center;
@@ -728,7 +728,7 @@ table.scrollable tbody {
     top: 0;
     right: 0;
     bottom: 0;
-    width: 25em;
+    width: 23em;
 }
 
 .adder-dialog-internal {
-- 
1.7.3.4

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to