summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Baker <kybaker@redhat.com>2011-02-17 11:11:42 -0500
committerAdam Young <ayoung@redhat.com>2011-02-17 14:24:34 -0500
commita66b46fe4719832deabc69d4b35d77a2ae01839c (patch)
tree06e2240eeac12bc0f6179f1dd59c3a46b5b9420d
parent63991d8391e9053cac6be127c54d7f7e3a0baad8 (diff)
downloadfreeipa-a66b46fe4719832deabc69d4b35d77a2ae01839c.tar.gz
freeipa-a66b46fe4719832deabc69d4b35d77a2ae01839c.tar.xz
freeipa-a66b46fe4719832deabc69d4b35d77a2ae01839c.zip
Remove images and replace with css color in dialogs
-rw-r--r--install/ui/ipa.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index a2bc02f98..289f19c62 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -401,6 +401,10 @@ span.attrhint {
.ui-widget-content {
}
+.ui-dialog .ui-dialog-titlebar {
+ padding: 0.5em 1em;
+ position: relative;
+}
.ui-widget-content a {
text-decoration: none;
@@ -410,9 +414,9 @@ span.attrhint {
}
.ui-widget-header {
- background: url("modal-background.png") repeat scroll 50% 50% #1f9123;
- border: 1px solid #244c16;
- color: #EEEEEE;
+ background: -moz-linear-gradient(center top , #225314, #1c400a) repeat scroll 0 0 transparent;
+ background: -webkit-gradient(linear, left top, left bottom, from(#225314), to(#1c400a));
+ border: 1px solid #319016;
font-weight: bold;
}