diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-01-13 17:20:12 +0700 |
---|---|---|
committer | Endi Sukma Dewata <edewata@people01.fedoraproject.org> | 2011-01-15 04:55:16 +0000 |
commit | fb1f9ecf9ffa615653ac0fc62c84e27851835a6d (patch) | |
tree | 7db7d7e96d79bcb30f65b38f65c3015a3ea902b6 /install/static/ipa.css | |
parent | 6650dbf6a47f162db3e874c187fce693a362517f (diff) | |
download | freeipa.git-fb1f9ecf9ffa615653ac0fc62c84e27851835a6d.tar.gz freeipa.git-fb1f9ecf9ffa615653ac0fc62c84e27851835a6d.tar.xz freeipa.git-fb1f9ecf9ffa615653ac0fc62c84e27851835a6d.zip |
Certificate and Kerberos key status adjustments.
The OTP field has been moved into a separate row to avoid line
wrapping. The line height inside tables has been increased to
avoid overlapping buttons in certificate status panel.
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r-- | install/static/ipa.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css index 0b64203e..d94dbc75 100644 --- a/install/static/ipa.css +++ b/install/static/ipa.css @@ -233,6 +233,10 @@ dl.entryattrs input { min-width: 27.5em; } +dl.entryattrs input.otp { + min-width: 15em; + width: 98%; +} span.attrhint { font-size: 8pt; @@ -606,6 +610,13 @@ a.action-button-disabled { .strikethrough { text-decoration: line-through; } +table.certificate-status { + line-height: 2; +} + +table.kerberos-key-status { + line-height: 2; +} .status-icon { width: 0.5em; |