summaryrefslogtreecommitdiffstats
path: root/install/static/ipa.css
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-10-15 14:06:23 -0400
committerAdam Young <ayoung@redhat.com>2010-10-20 10:54:51 -0400
commit4f7f40004361d9a63f625e5e70d0969c41d43958 (patch)
tree59314d10c4ae371c500491e9c740570cb08ad33b /install/static/ipa.css
parent2c5f3cfd60575d7c72e6be8124b34c88b90d9fb7 (diff)
downloadfreeipa-4f7f40004361d9a63f625e5e70d0969c41d43958.tar.gz
freeipa-4f7f40004361d9a63f625e5e70d0969c41d43958.tar.xz
freeipa-4f7f40004361d9a63f625e5e70d0969c41d43958.zip
password dialog
added a modal dialog for resetting the password. Made the whoami varaible global, as anything dependant on the principal will require access to it.
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;
+}