diff options
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r-- | install/ui/ipa.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index c0cec89a..dac345ac 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -240,6 +240,18 @@ body { border: 0; } +/* ---- Password expiration */ + +.header-passwordexpires { + margin-right: 30px; + color: red; + font-weight: bold; +} + +.header-passwordexpires a { + font-weight: bold; +} + /* ---- Logged-in As ---- */ .header-right { float: right; |