Index: trunk/extensions/Collection/images/cancel-button.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/Collection/images/ok-button.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/Collection/images/red-button-back.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/Collection/images/red-button-back.png |
___________________________________________________________________ |
Name: svn:mime-type |
1 | 1 | + image/png |
Index: trunk/extensions/Collection/images/green-button-back.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/Collection/images/green-button-back.png |
___________________________________________________________________ |
Name: svn:mime-type |
2 | 2 | + image/png |
Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -286,37 +286,25 @@ |
287 | 287 | <style type="text/css"> |
288 | 288 | .collection-button { |
289 | 289 | float: left; |
290 | | - padding: 0 10px 0 14px; |
291 | | - height: 29px; |
| 290 | + padding: 4px 10px; |
| 291 | + border: 1px solid #777; |
| 292 | + -webkit-border-radius: 8px; |
| 293 | + -moz-border-radius: 8px; |
292 | 294 | } |
293 | 295 | |
294 | 296 | .collection-button.ok { |
295 | | - background: url($imagepath/ok-button.png) left top no-repeat; |
296 | | -} |
297 | | - |
298 | | -.collection-button.okright { |
299 | | - background: url($imagepath/ok-button.png) right top no-repeat; |
| 297 | + background: url($imagepath/green-button-back.png) center no-repeat; |
300 | 298 | margin-right: 10px; |
301 | | - padding: 0; |
302 | | - width: 4px; |
303 | 299 | } |
304 | 300 | |
305 | 301 | .collection-button.cancel { |
306 | | - background: url($imagepath/cancel-button.png) left top no-repeat; |
| 302 | + background: url($imagepath/red-button-back.png) center no-repeat; |
307 | 303 | } |
308 | 304 | |
309 | | -.collection-button.cancelright { |
310 | | - background: url($imagepath/cancel-button.png) right top no-repeat; |
311 | | - padding: 0; |
312 | | - width: 4px; |
313 | | -} |
314 | | - |
315 | 305 | .collection-button a { |
316 | | - display: block; |
317 | 306 | color: #fff; |
318 | 307 | font-size: 1.1em; |
319 | 308 | font-weight: bold; |
320 | | - line-height: 29px; |
321 | 309 | } |
322 | 310 | |
323 | 311 | .collection-button a:hover { |
— | — | @@ -348,12 +336,6 @@ |
349 | 337 | wfMsg( 'coll-start_book_mode' ) |
350 | 338 | ) |
351 | 339 | ) |
352 | | - . Xml::element( 'div', |
353 | | - array( |
354 | | - 'class' => 'collection-button okright', |
355 | | - ), |
356 | | - '', false |
357 | | - ) |
358 | 340 | . Xml::tags( 'div', |
359 | 341 | array( |
360 | 342 | 'class' => 'collection-button cancel', |
— | — | @@ -373,12 +355,6 @@ |
374 | 356 | ) |
375 | 357 | . Xml::element( 'div', |
376 | 358 | array( |
377 | | - 'class' => 'collection-button cancelright', |
378 | | - ), |
379 | | - '', false |
380 | | - ) |
381 | | - . Xml::element( 'div', |
382 | | - array( |
383 | 359 | 'style' => 'clear: both;', |
384 | 360 | ), |
385 | 361 | '', false |