summaryrefslogtreecommitdiffstats
path: root/install/static/ipa.css
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r--install/static/ipa.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css
index 908875b8a..940a1d57b 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -279,6 +279,7 @@ span.main-separator{
.strikethrough { text-decoration: line-through; }
+
.certificate-status-valid {
list-style-type: circle;
color: #008000;
@@ -297,3 +298,25 @@ span.main-separator{
.certificate-status-active {
list-style-type: disc;
}
+
+dl.modal {
+ clear: both;
+ margin-left: 15px;
+ margin-top: 18px;
+ white-space: nowrap;
+}
+
+dl.modal dt {
+ clear: left;
+ float: left;
+ padding-bottom: 0px;
+ padding-right: 0px;
+ text-align: right;
+ width: 150px;
+}
+
+dl.modal dd {
+ float: left;
+ padding-bottom: 0px;
+ margin-left: 10px;
+}