summaryrefslogtreecommitdiffstats
path: root/install/migration
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-09 16:08:29 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-08-11 13:38:36 +0000
commit9aec07e03bc6031e0afcd74197a413483752c7d2 (patch)
treeb2b9b32cac43d967905a0c19df9c8815a9621def /install/migration
parente6d061224ee226bb263f56f3bce4db96934ce49a (diff)
downloadfreeipa-9aec07e03bc6031e0afcd74197a413483752c7d2.tar.gz
freeipa-9aec07e03bc6031e0afcd74197a413483752c7d2.tar.xz
freeipa-9aec07e03bc6031e0afcd74197a413483752c7d2.zip
Fixed broken links in ipa_error.css and ipa_migration.css.
Some of the images that were previously deleted are actually needed by ipa_error.css and ipa_migration.css, so they have been restored. Ticket #1564
Diffstat (limited to 'install/migration')
-rw-r--r--install/migration/ipa_migration.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/install/migration/ipa_migration.css b/install/migration/ipa_migration.css
index 5cf950cc2..e4b6de48d 100644
--- a/install/migration/ipa_migration.css
+++ b/install/migration/ipa_migration.css
@@ -33,7 +33,7 @@
}
body{
- background-image:url("outer-bg.png");
+ background-image:url("../ui/outer-bg.png");
background-repeat:repeat-x;
background-position:left top;
background-color:#F9F9F9;
@@ -252,7 +252,7 @@ span.attrhint {
padding-top: 2em;
margin: 0;
border: none;
- background-image: url("Mainnav-background.png");
+ background-image: url("../ui/Mainnav-background.png");
-moz-border-radius: 0;
}
@@ -275,7 +275,7 @@ span.attrhint {
}
.ui-widget-content .ui-icon {
- background-image: url("ui-icons_222222_256x240.png");
+ background-image: url("../ui/ui-icons_222222_256x240.png");
background-color: #e2e2e2;
}
@@ -290,7 +290,7 @@ span.attrhint {
}
.ui-widget-header {
- background: url("modal-background.png") repeat scroll 50% 50% #1f9123;
+ background: url("../ui/modal-background.png") repeat scroll 50% 50% #1f9123;
border: 1px solid #244c16;
color: #EEEEEE;
font-weight: bold;
@@ -317,7 +317,7 @@ span.attrhint {
.tabs1 .ui-tabs-nav li {
-moz-border-radius: 0 !important;
- background-image: url("Mainnav-offtab.png");
+ background-image: url("../ui/Mainnav-offtab.png");
margin: 0;
border-width: 0;
text-align: center;
@@ -326,7 +326,7 @@ span.attrhint {
.tabs1 .ui-tabs-nav li.ui-tabs-selected {
padding: 0 0;
- background-image: url("Mainnav-ontab.png");
+ background-image: url("../ui/Mainnav-ontab.png");
text-align: center;
margin: 0;
}
@@ -363,7 +363,7 @@ span.attrhint {
padding: 0.3em 6em 0 4em;
margin: 0;
height: 2.4em;
- background-image: url("Subnav-background.png");
+ background-image: url("../ui/Subnav-background.png");
}
.tabs2 .ui-tabs-nav li {
@@ -444,7 +444,7 @@ span.main-separator{
padding-left: 0;
position: fixed;
width: 18em;
- background-image:url("panel-background.png");
+ background-image:url("../ui/panel-background.png");
background-repeat:no-repeat;
background-position:right;
}