From a0470afdcddcfcdade802b6cf04c43898f52421d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 6 Oct 2011 14:30:26 +0200 Subject: Fixed links to images in config and migration pages https://fedorahosted.org/freeipa/ticket/1932 Description of problem: Title is missing while configuring browser for the first time. Actual results: There is no title on this screen. I noticed it only on step 8 and later so I am not sure if title is also missing earlier at step 6 or not. Expected results: Title "Identity Management" is always present. Fixed: * modified paths to images * fixed padding in ssbrowser.html * moved browser icons to ui folder * deleted unused images in html and migration folders (they are already in ui folder, and weren't deployed) whitespaces --- install/migration/Static-Background.png | Bin 183 -> 0 bytes install/migration/centered-bg.png | Bin 4122 -> 0 bytes install/migration/error.html | 25 +++++++++++-------------- install/migration/index.html | 27 ++++++++++++--------------- install/migration/invalid.html | 27 ++++++++++++--------------- install/migration/ipa_migration.css | 22 +++++++++++----------- install/migration/ipalogo.png | Bin 2492 -> 0 bytes 7 files changed, 46 insertions(+), 55 deletions(-) delete mode 100644 install/migration/Static-Background.png delete mode 100644 install/migration/centered-bg.png delete mode 100644 install/migration/ipalogo.png (limited to 'install/migration') diff --git a/install/migration/Static-Background.png b/install/migration/Static-Background.png deleted file mode 100644 index b8c28931..00000000 Binary files a/install/migration/Static-Background.png and /dev/null differ diff --git a/install/migration/centered-bg.png b/install/migration/centered-bg.png deleted file mode 100644 index 9e606a81..00000000 Binary files a/install/migration/centered-bg.png and /dev/null differ diff --git a/install/migration/error.html b/install/migration/error.html index fc61ea2f..3d58efe7 100644 --- a/install/migration/error.html +++ b/install/migration/error.html @@ -4,31 +4,28 @@ IPA: Identity Policy Audit - - - - + - -
+ +
+ +


We're Sorry

- There was a problem with your request. Please, try again later. -

-

- -

-
+ There was a problem with your request. Please, try again later. +

+

+ +

+
diff --git a/install/migration/index.html b/install/migration/index.html index c626e241..d61cd61c 100644 --- a/install/migration/index.html +++ b/install/migration/index.html @@ -4,27 +4,24 @@ IPA: Identity Policy Audit - - - - + - -
+ +
-
+ +
+

Password Migration

-

If you have been sent here by your administrator, your personal - information is being migrated to a new identity management solution +

If you have been sent here by your administrator, your personal + information is being migrated to a new identity management solution (IPA).

-

Please, enter your credentials in the form below to complete the - process. Upon successful login your kerberos account will be - activated.

+

Please, enter your credentials in the form below to complete the + process. Upon successful login your kerberos account will be + activated.

Login

@@ -42,7 +39,7 @@
- +
diff --git a/install/migration/invalid.html b/install/migration/invalid.html index 91de79fb..11f1eb21 100644 --- a/install/migration/invalid.html +++ b/install/migration/invalid.html @@ -4,27 +4,24 @@ IPA: Identity Policy Audit - - - - + - -
+ +
-
+ +
+

Password Migration

-

If you have been sent here by your administrator, your personal - information is being migrated to a new identity management solution +

If you have been sent here by your administrator, your personal + information is being migrated to a new identity management solution (IPA).

-

Please, enter your credentials in the form below to complete the - process. Upon successful login your kerberos account will be - activated.

+

Please, enter your credentials in the form below to complete the + process. Upon successful login your kerberos account will be + activated.

Login

@@ -49,7 +46,7 @@
- +
diff --git a/install/migration/ipa_migration.css b/install/migration/ipa_migration.css index e4b6de48..ed4f58d5 100644 --- a/install/migration/ipa_migration.css +++ b/install/migration/ipa_migration.css @@ -34,7 +34,7 @@ body{ background-image:url("../ui/outer-bg.png"); - background-repeat:repeat-x; + background-repeat:repeat-x; background-position:left top; background-color:#F9F9F9; border-width: 0; @@ -546,15 +546,15 @@ span.main-separator{ /* Migration */ body#header-bg { - background: url("Static-Background.png") repeat-x scroll left top #EDEDED; + background: url("../ui/Static-Background.png") repeat-x scroll left top #EDEDED; } - + .container_1 { margin-left: auto; margin-right: auto; width: 960px; - background: url("centered-bg.png") no-repeat scroll 0 7em transparent; - min-height: 40em; + background: url("../ui/centered-bg.png") no-repeat scroll 0 7em transparent; + min-height: 40em; } #formwindow { @@ -582,7 +582,7 @@ body#header-bg { } .# { - background: url("ipalogo.png") no-repeat scroll left top transparent; + background: url("../ui/ipalogo.png") no-repeat scroll left top transparent; border: none; float: left; height: 36px; @@ -651,7 +651,7 @@ form#login { .textblockkrb ul li { list-style-type: none; padding: .15em; - + } @@ -661,7 +661,7 @@ h3 { font-size: 1.5em; font-weight: normal; text-transform: uppercase; -} +} h5 { color: #333333; @@ -674,9 +674,9 @@ h5 { margin-top: -3em; } - - - + + + /* Search */ .search-controls { diff --git a/install/migration/ipalogo.png b/install/migration/ipalogo.png deleted file mode 100644 index 62185c1b..00000000 Binary files a/install/migration/ipalogo.png and /dev/null differ -- cgit