r104880 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104879‎ | r104880 | r104881 >
Date:18:24, 1 December 2011
Author:krinkle
Status:ok
Tags:
Comment:
[RL2] Fix layout bug
* on Special:Gadgets, if there was a gadget with a very looong title, the gadgetlinks bar on the top right would overlap the text. Use a float instead
Modified paths:
  • /branches/RL2/extensions/Gadgets/modules/ext.gadgets.specialgadgets.prejs.css (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/modules/ext.gadgets.specialgadgets.prejs.css
@@ -42,11 +42,9 @@
4343 }
4444
4545 .mw-gadgets-gadgetlinks {
46 - position: absolute;
47 - top: 0;
48 - right: 0;
 46+ float: right;
4947 height: 1.6em;
50 - padding: 9px;
 48+ padding: 0 0 0.5em 0.5em;
5149 font-size: 75%;
5250 font-weight: normal;
5351 }

Status & tagging log