r55753 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55752‎ | r55753 | r55754 >
Date:10:46, 2 September 2009
Author:jojo
Status:deferred
Tags:
Comment:
enlarge clickable area for buttons
Modified paths:
  • /trunk/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.body.php
@@ -286,7 +286,7 @@
287287 <style type="text/css">
288288 .collection-button {
289289 float: left;
290 - padding: 4px 10px;
 290+ padding: 0 10px;
291291 border: 1px solid #777;
292292 -webkit-border-radius: 8px;
293293 -moz-border-radius: 8px;
@@ -302,9 +302,11 @@
303303 }
304304
305305 .collection-button a {
 306+ display: block;
306307 color: #fff;
307308 font-size: 1.1em;
308309 font-weight: bold;
 310+ line-height: 1.8em;
309311 }
310312
311313 .collection-button a:hover {

Status & tagging log