r113258 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r113257
|
r113258
|
r113259
>
Date:
17:44, 7 March 2012
Author:
jdlrobson
Status:
ok
Tags:
Comment:
stretch background image of home and random buttons where necessary
this addresses
bug 32083
where the text of the button is bigger than
the background image
note where background-size css property is not supported the text will
still spill out
Modified paths:
/trunk/extensions/MobileFrontend/stylesheets/beta_common.css
(modified) (
history
)
/trunk/extensions/MobileFrontend/stylesheets/common.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MobileFrontend/stylesheets/common.css
—
—
@@ -678,6 +678,7 @@
679
679
padding: 8px;
680
680
color: black;
681
681
display: inline-block;
682
+ background-size: 100% 100%;
682
683
}
683
684
684
685
#disableButtons {
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
—
—
@@ -666,6 +666,7 @@
667
667
padding: 8px;
668
668
color: black;
669
669
display: inline-block;
670
+ background-size: 100% 100%;
670
671
}
671
672
672
673
#disableButtons {
Status & tagging log
19:00, 7 March 2012
Preilly
(
talk
|
contribs
)
changed the
status
of r113258
[
removed:
new
added:
ok]