Index: trunk/extensions/ArticleCreationWorkflow/modules/ext.articleCreation.core/ext.articleCreation.core.css |
— | — | @@ -116,8 +116,15 @@ |
117 | 117 | |
118 | 118 | .ac-arrow { |
119 | 119 | float: right; |
| 120 | + width: 16px; |
| 121 | + height: 16px; |
120 | 122 | } |
121 | 123 | |
| 124 | +.ac-arrow-forward { |
| 125 | + /* @embed */ |
| 126 | + background: url(images/arrow_right.png) no-repeat; |
| 127 | +} |
| 128 | + |
122 | 129 | /* Tooltip Magic */ |
123 | 130 | |
124 | 131 | .mw-ac-tip { |
— | — | @@ -129,6 +136,7 @@ |
130 | 137 | } |
131 | 138 | |
132 | 139 | .mw-ac-tooltip-pointy { |
| 140 | + /* @embed */ |
133 | 141 | background: url(images/ac-tooltip-pointy.png) left top no-repeat; |
134 | 142 | height: 22px; |
135 | 143 | 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 |
136 | 144 | + 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 |
137 | 145 | + image/png |