[MediaWiki-commits] [Gerrit] mediawiki/core[master]: Align search result CSS with Wikimedia UI color palette

2016-12-01 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Align search result CSS with Wikimedia UI color palette
..


Align search result CSS with Wikimedia UI color palette

Bug: T152025
Change-Id: Idc58deca48327d82372f5136a2fb07146ab1f371
---
M resources/src/mediawiki.special/mediawiki.special.search.styles.css
1 file changed, 11 insertions(+), 11 deletions(-)

Approvals:
  Jdrewniak: Looks good to me, approved
  VolkerE: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git 
a/resources/src/mediawiki.special/mediawiki.special.search.styles.css 
b/resources/src/mediawiki.special/mediawiki.special.search.styles.css
index 5191f92..ebe9ed9 100644
--- a/resources/src/mediawiki.special/mediawiki.special.search.styles.css
+++ b/resources/src/mediawiki.special/mediawiki.special.search.styles.css
@@ -53,9 +53,9 @@
font-size: 97%;
 }
 .mw-search-profile-tabs {
-   background-color: #f3f3f3;
+   background-color: #f8f9fa;
margin-top: 1em;
-   border: 1px solid #c0c0c0;
+   border: 1px solid #c8ccd1;
 }
 .search-types {
float: left;
@@ -76,7 +76,7 @@
padding: 0.5em;
 }
 .search-types .current a {
-   color: #333;
+   color: #222;
cursor: default;
 }
 .search-types .current a:hover {
@@ -86,7 +86,7 @@
float: right;
padding: 0.5em;
padding-right: 0.75em;
-   color: #666;
+   color: #54595d;
font-size: 95%;
 }
 #mw-search-top-table div.oo-ui-actionFieldLayout {
@@ -96,8 +96,8 @@
 #mw-searchoptions {
margin: 0;
padding: 0.5em 0.75em 0.75em 0.75em;
-   background-color: #f9f9f9;
-   border: 1px solid #c0c0c0;
+   background-color: #f8f9fa;
+   border: 1px solid #c8ccd1;
border-top-width: 0;
 }
 #mw-searchoptions legend {
@@ -119,7 +119,7 @@
 }
 #mw-searchoptions .divider {
clear: both;
-   border-bottom: 1px solid #ddd;
+   border-bottom: 1px solid #eaecf0;
padding-top: 0.5em;
margin-bottom: 0.5em;
 }
@@ -130,7 +130,7 @@
 #mw-search-interwiki {
float: right;
width: 18em;
-   border: 1px solid #aaa;
+   border: 1px solid #a2a9b1;
margin-top: 2ex;
 }
 .searchalttitle,
@@ -150,12 +150,12 @@
font-size: 97%;
text-align: left;
padding: 0.15em 0.15em 0.2em 0.2em;
-   background-color: #ececec;
-   border-top: 1px solid #bbb;
+   background-color: #eaecf0;
+   border-top: 1px solid #c8ccd1;
 }
 .searchdidyoumean {
font-size: 127%;
margin-top: 0.8em;
/* Note that this color won't affect the link, as desired. */
-   color: #c00;
+   color: #d33;
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idc58deca48327d82372f5136a2fb07146ab1f371
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup 
Gerrit-Reviewer: Jack Phoenix 
Gerrit-Reviewer: Jdrewniak 
Gerrit-Reviewer: Jforrester 
Gerrit-Reviewer: VolkerE 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] mediawiki/core[master]: Align search result CSS with Wikimedia UI color palette

2016-11-30 Thread Ladsgroup (Code Review)
Ladsgroup has uploaded a new change for review.

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

Change subject: Align search result CSS with Wikimedia UI color palette
..

Align search result CSS with Wikimedia UI color palette

Bug: T152025
Change-Id: Idc58deca48327d82372f5136a2fb07146ab1f371
---
M resources/src/mediawiki.special/mediawiki.special.search.styles.css
1 file changed, 11 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/49/324549/1

diff --git 
a/resources/src/mediawiki.special/mediawiki.special.search.styles.css 
b/resources/src/mediawiki.special/mediawiki.special.search.styles.css
index 5191f92..ebe9ed9 100644
--- a/resources/src/mediawiki.special/mediawiki.special.search.styles.css
+++ b/resources/src/mediawiki.special/mediawiki.special.search.styles.css
@@ -53,9 +53,9 @@
font-size: 97%;
 }
 .mw-search-profile-tabs {
-   background-color: #f3f3f3;
+   background-color: #f8f9fa;
margin-top: 1em;
-   border: 1px solid #c0c0c0;
+   border: 1px solid #c8ccd1;
 }
 .search-types {
float: left;
@@ -76,7 +76,7 @@
padding: 0.5em;
 }
 .search-types .current a {
-   color: #333;
+   color: #222;
cursor: default;
 }
 .search-types .current a:hover {
@@ -86,7 +86,7 @@
float: right;
padding: 0.5em;
padding-right: 0.75em;
-   color: #666;
+   color: #54595d;
font-size: 95%;
 }
 #mw-search-top-table div.oo-ui-actionFieldLayout {
@@ -96,8 +96,8 @@
 #mw-searchoptions {
margin: 0;
padding: 0.5em 0.75em 0.75em 0.75em;
-   background-color: #f9f9f9;
-   border: 1px solid #c0c0c0;
+   background-color: #f8f9fa;
+   border: 1px solid #c8ccd1;
border-top-width: 0;
 }
 #mw-searchoptions legend {
@@ -119,7 +119,7 @@
 }
 #mw-searchoptions .divider {
clear: both;
-   border-bottom: 1px solid #ddd;
+   border-bottom: 1px solid #eaecf0;
padding-top: 0.5em;
margin-bottom: 0.5em;
 }
@@ -130,7 +130,7 @@
 #mw-search-interwiki {
float: right;
width: 18em;
-   border: 1px solid #aaa;
+   border: 1px solid #a2a9b1;
margin-top: 2ex;
 }
 .searchalttitle,
@@ -150,12 +150,12 @@
font-size: 97%;
text-align: left;
padding: 0.15em 0.15em 0.2em 0.2em;
-   background-color: #ececec;
-   border-top: 1px solid #bbb;
+   background-color: #eaecf0;
+   border-top: 1px solid #c8ccd1;
 }
 .searchdidyoumean {
font-size: 127%;
margin-top: 0.8em;
/* Note that this color won't affect the link, as desired. */
-   color: #c00;
+   color: #d33;
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc58deca48327d82372f5136a2fb07146ab1f371
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits