summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-10-19 18:11:09 -0200
committerEndi S. Dewata <edewata@redhat.com>2011-10-25 15:11:12 +0000
commit09f3e9869a27adc8c07c305a2aa5107690aa1d04 (patch)
tree6712f2293f864e0d314e3c340c90be272ded22fa /install/ui/ipa.css
parentb4ebcad0e0f27ffcad73aa9bd7246f89d0dd7c9f (diff)
downloadfreeipa-09f3e9869a27adc8c07c305a2aa5107690aa1d04.tar.gz
freeipa-09f3e9869a27adc8c07c305a2aa5107690aa1d04.tar.xz
freeipa-09f3e9869a27adc8c07c305a2aa5107690aa1d04.zip
Fixed inconsistent required/optional attributes.
The dialogs and details pages have been modified to use the * symbol to mark required fields. The automount map and the DNS zone dialogs have been modified to update the required fields according to the input type. Ticket #1696, #1973
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 3c6cc6e82..be4ad361e 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -1256,6 +1256,10 @@ table.scrollable tbody {
width: 100%;
}
+.dnszone-adder-dialog .section-cell-label {
+ width: 180px;
+}
+
/* Info and simple pages (not main app) */
body.info-page {
@@ -1294,3 +1298,6 @@ body.info-page {
padding: .15em;
}
+.required-indicator {
+ color: red;
+} \ No newline at end of file