summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-08 15:47:38 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-08-10 14:27:22 +0000
commit5681aea2afbb22c9eacc9bdcd910854499788e35 (patch)
tree647f2b08d7776b439b98494a4417e06f998b3a06 /install/ui/ipa.css
parentc5ce14c83ac6c00f2db9d1b43273c25b8282c873 (diff)
downloadfreeipa-5681aea2afbb22c9eacc9bdcd910854499788e35.tar.gz
freeipa-5681aea2afbb22c9eacc9bdcd910854499788e35.tar.xz
freeipa-5681aea2afbb22c9eacc9bdcd910854499788e35.zip
Fixed host adder dialog.
The host adder dialog has been modified to show separate fields for hostname and DNS zone. The hostname is a text field and the DNS zone is an editable drop-down list. The fields will have the following behavior: - If the user types a dot into the hostname field, the cursor will automatically move into the DNS zone field. - If the user pastes an FQDN into the hostname field, the value will automatically be split into hostname and DNS zone. - If the user selects a value from the drop-down list, it will only change the DNS zone, not the hostname. Ticket #1457
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 9668d1c86..8784daba5 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -1326,3 +1326,15 @@ table.scrollable tbody {
margin-top: -2px;
margin-right: 3px;
}
+
+.host-adder-dialog table[name=fqdn] {
+ width: 100%;
+}
+
+.host-adder-dialog td[name=hostname] {
+ width: 110px;
+}
+
+.host-adder-dialog input[name=hostname] {
+ width: 100%;
+}