summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-09-10 11:54:02 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-09-23 13:13:46 +0000
commiteb9d9634da5d089441b773df0968432e8300b0d2 (patch)
treea277f885c3eb377840dc9bd76a9c86590d3ab5ca /install/ui/ipa.css
parentb8461e8d5661fbae86e0fb9c6dc85554704a4f0a (diff)
downloadfreeipa-eb9d9634da5d089441b773df0968432e8300b0d2.tar.gz
freeipa-eb9d9634da5d089441b773df0968432e8300b0d2.tar.xz
freeipa-eb9d9634da5d089441b773df0968432e8300b0d2.zip
Modified dialog to use sections.
The IPA.dialog has been modified to store sections instead of fields. If there is no sections specified, it will create a default section. The adder dialog for automount map has been modified such that the fields related to indirect map are stored in a section which will only be visible when the map type is set to indirect. The adder dialog for host has been modified such that it uses a custom section for hostname and DNS zone and standard section for the other fields. Ticket #1394
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 826126065..7876da355 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -807,7 +807,7 @@ hr {
}
.dialog-section {
- margin-top: 10px;
+ margin-bottom: 10px;
}
.section-table {
@@ -1231,14 +1231,22 @@ table.scrollable tbody {
margin-right: 3px;
}
-.host-adder-dialog table[name=fqdn] {
+.host-adder-dialog table.fqdn {
width: 100%;
}
-.host-adder-dialog td[name=hostname] {
+.host-adder-dialog th.hostname {
width: 110px;
}
+.host-adder-dialog td.hostname {
+ vertical-align: top;
+}
+
+.host-adder-dialog td.dnszone {
+ vertical-align: top;
+}
+
.host-adder-dialog input[name=hostname] {
width: 100%;
}