From ead85f2866b65343ea4fcf5ff4db8d16bfb15119 Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Wed, 25 Aug 2010 12:49:30 -0400 Subject: 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. --- install/static/ipa.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'install/static/ipa.css') 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 */ -- cgit