Index: branches/new-installer/phase3/skins/common/config.css |
— | — | @@ -83,12 +83,15 @@ |
84 | 84 | padding-top: 1em; |
85 | 85 | } |
86 | 86 | .config-show-help, .config-hide-help { |
| 87 | + margin-left: 14em; |
| 88 | +} |
| 89 | +.config-show-help a, .config-hide-help a { |
87 | 90 | background-image: url(images/help-22.png); |
88 | 91 | background-position: 0 0; |
89 | 92 | background-repeat: no-repeat; |
90 | | - line-height: 26px; |
91 | | - margin-left: 14em; |
92 | | - padding-left: 2em; |
| 93 | + display: inline-block; |
| 94 | + height: 26px; |
| 95 | + padding-left: 26px; |
93 | 96 | } |
94 | 97 | .config-help-message { display: none; } |
95 | 98 | .config-hide-help { display: none; } |
Index: branches/new-installer/phase3/includes/installer/WebInstaller.php |
— | — | @@ -514,7 +514,6 @@ |
515 | 515 | "</div>\n" . |
516 | 516 | "<div class=\"config-hide-help\" id=\"config-hide-help-$id\">\n" . |
517 | 517 | Xml::openElement( 'a', array( 'href' => "javascript:showHelp($id,false)" ) ) . |
518 | | - "<img src=\"../skins/common/images/help-22.png\" alt=\"$alt\" /> " . |
519 | 518 | wfMsgHtml( 'config-hide-help' ) . |
520 | 519 | "</a></div>\n</div>\n"; |
521 | 520 | } |