From d9ea7f077f377fc3aae8bd405e023c18acde01c6 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 22 Feb 2011 12:58:26 -0500 Subject: adder dialogs with external made the styles for the internal and external classes match the styles for available. --- install/ui/ipa.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 44643f7d4..a9004c9f3 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -944,19 +944,22 @@ table.scrollable tbody { } .adder-dialog-internal { - border: 1px solid black; + background-color: #ffffff; + border: none; position: absolute; top: 0; left: 0; - bottom: 4.5em; - width: 25em; + bottom: 0; + width: 23em; + padding-top: 1em; + } .adder-dialog-external { - border: 1px solid black; + border: none; position: absolute; left: 0; bottom: 0; - width: 25em; + width: 23em; height: 4em; } -- cgit