r83479 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83478‎ | r83479 | r83480 >
Date:19:35, 7 March 2011
Author:tparscal
Status:ok
Tags:
Comment:
Further emphasized the pitch content by making it's text larger, adding a blue shaded background, and decreasing the confirmation text size.
Modified paths:
  • /trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.css (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.css
@@ -87,6 +87,7 @@
8888 }
8989
9090 .articleFeedback-pitch .articleFeedback-title {
 91+ font-size: 1em;
9192 padding-left: 28px;
9293 line-height: 32px;
9394 background-image: url(images/check.png);
@@ -98,7 +99,10 @@
99100 .articleFeedback-pitch .articleFeedback-pop {
100101 padding: 1em;
101102 margin: 0;
102 - background-color: #CCFFCC;
 103+ background-color: #b2d6f6;
 104+ background-image: url(images/pop.png);
 105+ background-position: center center;
 106+ background-repeat: no-repeat;
103107 text-align: center;
104108 -webkit-border-radius: 5px;
105109 -moz-border-radius: 5px;
@@ -107,7 +111,7 @@
108112
109113 .articleFeedback-message {
110114 margin: 0.5em;
111 - font-size: larger;
 115+ font-size: 1.5em;
112116 }
113117
114118 .articleFeedback-switch {

Follow-up revisions

RevisionCommit summaryAuthorDate
r83480Image for r83479tparscal19:37, 7 March 2011

Status & tagging log