Ganeshaditya1 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/59822


Change subject: Removed the <strong> tag from special:preferences page inside 
the <div class = "success"> and added font-weight:bold; to  the shared.css file 
in skins/common as prescribed in the first comment of the bug. Also removed the 
<div id = "mw-pref-clear"> after 
......................................................................

Removed the <strong> tag from special:preferences page inside the <div
class = "success"> and added font-weight:bold; to  the shared.css file in
skins/common as prescribed in the first comment of the bug. Also removed
the <div id = "mw-pref-clear"> after the <div class = "success"> as it was 
pointed out that it was unnecessary.

Change-Id: If606203218ece5974a956a3d41d5db40f55b2d5c
---
M includes/specials/SpecialPreferences.php
M skins/common/shared.css
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/22/59822/1

diff --git a/includes/specials/SpecialPreferences.php 
b/includes/specials/SpecialPreferences.php
index a50e7c1..5fcf9ae 100644
--- a/includes/specials/SpecialPreferences.php
+++ b/includes/specials/SpecialPreferences.php
@@ -52,7 +52,7 @@
 
                if ( $this->getRequest()->getCheck( 'success' ) ) {
                        $out->wrapWikiMsg(
-                               "<div 
class=\"successbox\"><strong>\n$1\n</strong></div><div 
id=\"mw-pref-clear\"></div>",
+                               "<div class=\"successbox\">\n$1\n</div>",
                                'savedprefs'
                        );
                }
diff --git a/skins/common/shared.css b/skins/common/shared.css
index 6e1c94f..2778414 100644
--- a/skins/common/shared.css
+++ b/skins/common/shared.css
@@ -528,6 +528,7 @@
 .success {
        color: green;
        font-size: larger;
+       font-weight:bold;
 }
 .warning {
        color: #FFA500; /* orange */

-- 
To view, visit https://gerrit.wikimedia.org/r/59822
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If606203218ece5974a956a3d41d5db40f55b2d5c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Ganeshaditya1 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to