https://fedorahosted.org/freeipa/ticket/986
From c0af47af158ec9a30924f2571f8a1fef13c414ad Mon Sep 17 00:00:00 2001
From: Adam Young <ayo...@redhat.com>
Date: Tue, 22 Feb 2011 12:58:26 -0500
Subject: [PATCH 200/203] adder dialogs with external
 made the styles for the internal and external classes match the styles
 for available.

---
 install/ui/ipa.css |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 44643f7d47a57225bf59baf2b215d0776f30bea2..a9004c9f34965d077e17b6508f0001c5d6417f38 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;
 }
-- 
1.7.3.5

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

Reply via email to