summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/static/css/style.css
diff options
context:
space:
mode:
authorKevin McCarthy <kmccarth@redhat.com>2007-09-05 15:54:04 -0700
committerKevin McCarthy <kmccarth@redhat.com>2007-09-05 15:54:04 -0700
commitd036eb0ac95b541c0e4ab65a03acf72bcc8e27a8 (patch)
tree8f06937d5bc78d21e97b89eba396576c1006e60e /ipa-server/ipa-gui/ipagui/static/css/style.css
parent945713ca30475bc1f87029cf98adb50b24812c8e (diff)
downloadfreeipa-d036eb0ac95b541c0e4ab65a03acf72bcc8e27a8.tar.gz
freeipa-d036eb0ac95b541c0e4ab65a03acf72bcc8e27a8.tar.xz
freeipa-d036eb0ac95b541c0e4ab65a03acf72bcc8e27a8.zip
Add password expiration messages to user show/edit pages.
Add userhelper module to provide ui logic. Fix uid/email suggest to lowercase first.
Diffstat (limited to 'ipa-server/ipa-gui/ipagui/static/css/style.css')
-rw-r--r--ipa-server/ipa-gui/ipagui/static/css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipa-server/ipa-gui/ipagui/static/css/style.css b/ipa-server/ipa-gui/ipagui/static/css/style.css
index 9ea86ae01..cefb63169 100644
--- a/ipa-server/ipa-gui/ipagui/static/css/style.css
+++ b/ipa-server/ipa-gui/ipagui/static/css/style.css
@@ -140,6 +140,12 @@ body {
font-weight: bolder;
}
+.warning_message {
+ font-size: 120%;
+ color: #ee0000;
+ font-weight: bolder;
+}
+
.fielderror {
color: red;
font-weight: bold;