Mattflaschen has uploaded a new change for review.
https://gerrit.wikimedia.org/r/111144
Change subject: Fix fm and gm and duplicate selectors
......................................................................
Fix fm and gm and duplicate selectors
Change-Id: Ifc69ee714be897f02964c82e54b765d48849a45f
---
M resources/ext.gettingstarted.return.css
1 file changed, 17 insertions(+), 20 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GettingStarted
refs/changes/44/111144/1
diff --git a/resources/ext.gettingstarted.return.css
b/resources/ext.gettingstarted.return.css
index a836399..298ecff 100644
--- a/resources/ext.gettingstarted.return.css
+++ b/resources/ext.gettingstarted.return.css
@@ -15,7 +15,7 @@
#mw-gettingstarted-editable-main-edit-page {
/*
Can use min-width here to avoid bad wrapping (e.g. text
- different on line from icon), since it is not intended
+ is on a different line from icon), since it is not intended
to wrap.
*/
min-width: 210px;
@@ -100,27 +100,24 @@
}
.mw-ui-button.mw-gettingstarted-cta-secondary:hover {
- /*
- TODO (mattflaschen, 2013-10-03): This is inconsistent with
- normal mw.ui secondary buttons. We should make them match.
- */
- background-color: #fbfbfb;
- border-color: #cccccc;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #fbfbfb), color-stop(100%, #f8f8f8));
- background-image: -webkit-linear-gradient(top, #fbfbfb, #f8f8f8);
- background-image: -moz-linear-gradient(top, #fbfbfb, #f8f8f8);
- background-image: -o-linear-gradient(top, #fbfbfb, #f8f8f8);
- background-image: linear-gradient(top, #fbfbfb, #f8f8f8);
+ /*
+ TODO (mattflaschen, 2013-10-03): This is inconsistent with
+ normal mw.ui secondary buttons. We should make them match.
+ */
+ background-color: #fbfbfb;
+ border-color: #cccccc;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #fbfbfb), color-stop(100%, #f8f8f8));
+ background-image: -webkit-linear-gradient(top, #fbfbfb, #f8f8f8);
+ background-image: -moz-linear-gradient(top, #fbfbfb, #f8f8f8);
+ background-image: -o-linear-gradient(top, #fbfbfb, #f8f8f8);
+ background-image: linear-gradient(top, #fbfbfb, #f8f8f8);
}
.mw-ui-button.mw-gettingstarted-cta-secondary {
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #f8f8f8), color-stop(100%, #f0f0f0));
- background-image: -webkit-linear-gradient(top, #f8f8f8, #f0f0f0);
- background-image: -moz-linear-gradient(top, #f8f8f8, #f0f0f0);
- background-image: -o-linear-gradient(top, #f8f8f8, #f0f0f0);
- background-image: linear-gradient(top, #f8f8f8, #f0f0f0);
- }
-
-.mw-ui-button.mw-gettingstarted-cta-secondary {
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #f8f8f8), color-stop(100%, #f0f0f0));
+ background-image: -webkit-linear-gradient(top, #f8f8f8, #f0f0f0);
+ background-image: -moz-linear-gradient(top, #f8f8f8, #f0f0f0);
+ background-image: -o-linear-gradient(top, #f8f8f8, #f0f0f0);
+ background-image: linear-gradient(top, #f8f8f8, #f0f0f0);
background-image: none;
background-color: #F5F5F5;
border: 1px solid #D3D3D3;
--
To view, visit https://gerrit.wikimedia.org/r/111144
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc69ee714be897f02964c82e54b765d48849a45f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GettingStarted
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits