summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css41
1 files changed, 4 insertions, 37 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 7ceaf84e8..fa9886ba2 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -776,43 +776,6 @@ textarea.certificate {
height: 250px;
}
-table.certificate-status {
- line-height: 2;
-}
-
-table.kerberos-key-status {
- line-height: 2;
-}
-
-.status-icon {
- vertical-align: bottom;
-}
-
-.status-valid {
- background-image: url(images/check-icon.png);
- border: 0.2em solid #008000;
-}
-
-.status-valid-active {
- background-color: #008000;
-}
-
-.status-revoked {
- border: 0.2em solid #ff0000;
-}
-
-.status-revoked-active {
- background-color: #ff0000;
-}
-
-.status-missing {
- border: 0.2em solid #daa520;
-}
-
-.status-missing-active {
- background-color: #daa520;
-}
-
.error-message-hinted {
color: red;
padding-top: 0.5em;
@@ -1092,6 +1055,10 @@ table.scrollable tbody {
width: 180px;
}
+.certificate-status {
+ display: inline-block;
+}
+
/* Info and simple pages (not main app) */
body.info-page {