r111078 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111077‎ | r111078 | r111079 >
Date:19:58, 9 February 2012
Author:werdna
Status:ok
Tags:nodeploy 
Comment:
Add @embed, and add arrows to buttons
Modified paths:
  • /trunk/extensions/ArticleCreationWorkflow/modules/ext.articleCreation.core/ext.articleCreation.core.css (modified) (history)
  • /trunk/extensions/ArticleCreationWorkflow/modules/ext.articleCreation.core/images/arrow_left.png (added) (history)
  • /trunk/extensions/ArticleCreationWorkflow/modules/ext.articleCreation.core/images/arrow_right.png (added) (history)

Diff [purge]

Index: trunk/extensions/ArticleCreationWorkflow/modules/ext.articleCreation.core/ext.articleCreation.core.css
@@ -116,8 +116,15 @@
117117
118118 .ac-arrow {
119119 float: right;
 120+ width: 16px;
 121+ height: 16px;
120122 }
121123
 124+.ac-arrow-forward {
 125+ /* @embed */
 126+ background: url(images/arrow_right.png) no-repeat;
 127+}
 128+
122129 /* Tooltip Magic */
123130
124131 .mw-ac-tip {
@@ -129,6 +136,7 @@
130137 }
131138
132139 .mw-ac-tooltip-pointy {
 140+ /* @embed */
133141 background: url(images/ac-tooltip-pointy.png) left top no-repeat;
134142 height: 22px;
135143 width: 12px;
Index: trunk/extensions/ArticleCreationWorkflow/modules/ext.articleCreation.core/images/arrow_left.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/ArticleCreationWorkflow/modules/ext.articleCreation.core/images/arrow_left.png
___________________________________________________________________
Added: svn:mime-type
136144 + image/png
Index: trunk/extensions/ArticleCreationWorkflow/modules/ext.articleCreation.core/images/arrow_right.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/ArticleCreationWorkflow/modules/ext.articleCreation.core/images/arrow_right.png
___________________________________________________________________
Added: svn:mime-type
137145 + image/png

Status & tagging log