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 @@
679679 padding: 8px;
680680 color: black;
681681 display: inline-block;
 682+ background-size: 100% 100%;
682683 }
683684
684685 #disableButtons {
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
@@ -666,6 +666,7 @@
667667 padding: 8px;
668668 color: black;
669669 display: inline-block;
 670+ background-size: 100% 100%;
670671 }
671672
672673 #disableButtons {

Status & tagging log