summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-18 13:30:17 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-01-19 04:58:56 -0500
commit902bd906a5f78d5497caf372a986d70410b4e45c (patch)
treea476bb46ed8648800ebf4de2a2754f336ffe7bb7
parentbc27191db6c00a89ec7f8bd8a88389dd6fa9bb90 (diff)
downloadfreeipa-902bd906a5f78d5497caf372a986d70410b4e45c.tar.gz
freeipa-902bd906a5f78d5497caf372a986d70410b4e45c.tar.xz
freeipa-902bd906a5f78d5497caf372a986d70410b4e45c.zip
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.
-rw-r--r--install/static/ipa.css6
1 files 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 {