From 902bd906a5f78d5497caf372a986d70410b4e45c Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 18 Jan 2011 13:30:17 -0500 Subject: 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 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/static/ipa.css b/install/static/ipa.css index 66b0509e2..5726ad99c 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 { -- cgit