diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-01-17 20:43:43 +0700 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-01-18 11:33:09 -0500 |
commit | aa48d3b72efa4a9e285815c01ec89fc98ccaa22c (patch) | |
tree | 5d28671bf3c449290d59cd284fd59a3c6d7118c4 /install/static/ipa.css | |
parent | c596b92591fe18d9fab924e4e34ab595ed574ca4 (diff) | |
download | freeipa.git-aa48d3b72efa4a9e285815c01ec89fc98ccaa22c.tar.gz freeipa.git-aa48d3b72efa4a9e285815c01ec89fc98ccaa22c.tar.xz freeipa.git-aa48d3b72efa4a9e285815c01ec89fc98ccaa22c.zip |
New certificate and Kerberos key status behavior.
The status panel for certificates and Kerberos keys has been
modified to display only the current status with the relevant buttons.
New icons have been added to replace the red/yellow/green bullets.
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r-- | install/static/ipa.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css index d94dbc75..518e8aa2 100644 --- a/install/static/ipa.css +++ b/install/static/ipa.css @@ -235,7 +235,7 @@ dl.entryattrs input { dl.entryattrs input.otp { min-width: 15em; - width: 98%; + width: 15em; } span.attrhint { @@ -619,13 +619,15 @@ table.kerberos-key-status { } .status-icon { - width: 0.5em; - height: 0.5em; - -webkit-border-radius: 0.5em; - -moz-border-radius: 0.5em; + vertical-align: bottom; +# width: auto; +# height: 1em; +# -webkit-border-radius: 0.5em; +# -moz-border-radius: 0.5em; } .status-valid { + background-image:url('check.png'); border: 0.2em solid #008000; } |