https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113258

Revision: 113258
Author:   jdlrobson
Date:     2012-03-07 17:44:04 +0000 (Wed, 07 Mar 2012)
Log Message:
-----------
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
    trunk/extensions/MobileFrontend/stylesheets/common.css

Modified: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/beta_common.css 2012-03-07 
17:36:33 UTC (rev 113257)
+++ trunk/extensions/MobileFrontend/stylesheets/beta_common.css 2012-03-07 
17:44:04 UTC (rev 113258)
@@ -666,6 +666,7 @@
        padding: 8px;
        color: black;
        display: inline-block;
+       background-size: 100% 100%;
 }
 
 #disableButtons {

Modified: trunk/extensions/MobileFrontend/stylesheets/common.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/common.css      2012-03-07 
17:36:33 UTC (rev 113257)
+++ trunk/extensions/MobileFrontend/stylesheets/common.css      2012-03-07 
17:44:04 UTC (rev 113258)
@@ -678,6 +678,7 @@
        padding: 8px;
        color: black;
        display: inline-block;
+       background-size: 100% 100%;
 }
 
 #disableButtons {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to