summaryrefslogtreecommitdiffstats
path: root/install/static/ipa.css
diff options
context:
space:
mode:
authorPavel Zuna <pzuna@redhat.com>2010-08-25 12:49:30 -0400
committerAdam Young <ayoung@redhat.com>2010-08-25 12:51:44 -0400
commitead85f2866b65343ea4fcf5ff4db8d16bfb15119 (patch)
tree19369d9efe3dc7b31e4ead5e1005cff502d1aea3 /install/static/ipa.css
parent2742001ed0deaa4c23d5709d5244804bf29d0543 (diff)
downloadfreeipa-ead85f2866b65343ea4fcf5ff4db8d16bfb15119.tar.gz
freeipa-ead85f2866b65343ea4fcf5ff4db8d16bfb15119.tar.xz
freeipa-ead85f2866b65343ea4fcf5ff4db8d16bfb15119.zip
Make changes to details.js. See commit message.
- Add/Remove links are now only available for multivalue attributes (Param.multivalue = true) and attributes with param types, that are multivalue by definition (as of now only List). Single-value attributes with no value are displayed as empty input elements. - When updating an attribute, leading and trailing spaces are stripped - Context help available in the form of hints, that are extracted form Param.hint.
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r--install/static/ipa.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css
index 0a4083944..c5f1b1ef9 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -182,6 +182,13 @@ div#backtotop {
text-align: right;
}
+span.attrhint {
+ font-size: 8pt;
+ left: 40em;
+ margin-left: 100px;
+ position: absolute;
+}
+
/*Navigation */