summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-02-22 12:58:26 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-02-22 14:58:32 -0500
commitd9ea7f077f377fc3aae8bd405e023c18acde01c6 (patch)
treeef5358c60a7baf2b283f1be952dd7bf6511cc3eb /install
parent5eca488d6ac0fafd55bddc51fc6115ebc423087c (diff)
downloadfreeipa-d9ea7f077f377fc3aae8bd405e023c18acde01c6.tar.gz
freeipa-d9ea7f077f377fc3aae8bd405e023c18acde01c6.tar.xz
freeipa-d9ea7f077f377fc3aae8bd405e023c18acde01c6.zip
adder dialogs with external made the styles for the internal and external classes match the styles for available.
Diffstat (limited to 'install')
-rw-r--r--install/ui/ipa.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 44643f7d..a9004c9f 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;
}