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 @@
43
43
}
44
44
45
45
.mw-gadgets-gadgetlinks {
46
- position: absolute;
47
- top: 0;
48
- right: 0;
46
+ float: right;
49
47
height: 1.6em;
50
- padding: 9px;
48
+ padding: 0 0 0.5em 0.5em;
51
49
font-size: 75%;
52
50
font-weight: normal;
53
51
}
Status & tagging log
18:56, 17 December 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r104880
[
removed:
new
added:
ok]