Index: branches/new-installer/phase3/skins/common/config.css |
— | — | @@ -83,7 +83,12 @@ |
84 | 84 | padding-top: 1em; |
85 | 85 | } |
86 | 86 | .config-show-help, .config-hide-help { |
| 87 | + background-image: url(images/help-22.png); |
| 88 | + background-position: 0 0; |
| 89 | + background-repeat: no-repeat; |
| 90 | + line-height: 26px; |
87 | 91 | margin-left: 14em; |
| 92 | + padding-left: 2em; |
88 | 93 | } |
89 | 94 | .config-help-message { display: none; } |
90 | 95 | .config-hide-help { display: none; } |
— | — | @@ -148,4 +153,4 @@ |
149 | 154 | .config-plainlink a { |
150 | 155 | background: none !important; |
151 | 156 | padding: 0 !important; |
152 | | -} |
\ No newline at end of file |
| 157 | +} |
Index: branches/new-installer/phase3/includes/installer/WebInstaller.php |
— | — | @@ -507,7 +507,6 @@ |
508 | 508 | "<div class=\"config-help-wrapper\">\n" . |
509 | 509 | "<div class=\"config-show-help\" id=\"config-show-help-$id\">\n" . |
510 | 510 | Xml::openElement( 'a', array( 'href' => "javascript:showHelp($id,true)" ) ) . |
511 | | - "<img src=\"../skins/common/images/help-22.png\" alt=\"$alt\" /> " . |
512 | 511 | wfMsgHtml( 'config-show-help' ) . |
513 | 512 | "</a></div>\n" . |
514 | 513 | "<div class=\"config-help-message\" id=\"config-help-message-$id\">\n" . |