diff options
| author | Petr Vobornik <pvoborni@redhat.com> | 2011-10-06 14:30:26 +0200 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2011-10-06 23:24:12 -0500 |
| commit | a0470afdcddcfcdade802b6cf04c43898f52421d (patch) | |
| tree | 337928b2233423b28ba4050bdc4e977b10d4af52 /install/migration/ipa_migration.css | |
| parent | a85bb7fa9e5a03b391d684e2850bfe4663f94e21 (diff) | |
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
Diffstat (limited to 'install/migration/ipa_migration.css')
| -rw-r--r-- | install/migration/ipa_migration.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/install/migration/ipa_migration.css b/install/migration/ipa_migration.css index e4b6de48d..ed4f58d5d 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 { |
