From 80f026ab0f723f0ce66cc4d142ac30db7d6ac68a Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Fri, 8 Mar 2013 08:10:36 +0100 Subject: [PATCH] test fix for #415 --- mobile/smartphone.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/mobile/smartphone.css b/mobile/smartphone.css index b04c1b21..7343a598 100644 --- a/mobile/smartphone.css +++ b/mobile/smartphone.css @@ -15,20 +15,29 @@ body { #chatcontrols { height: 38px; + width: 100%; + display: flexbox; + display: -webkit-box; + display: -webkit-flexbox; + display: -moz-flexbox; + display: -moz-box; } /* hide shrink button */ #chatcontrols a:first-child { - display: none; + display: none; } #chatcontrols a { - width: 50px; height:36px; overflow: hidden; vertical-align: middle; line-height: 36px; text-decoration: none; + -webkit-box-flex: 1; + -moz-box-flex: 1; + -webkit-flex: 1; + flex: 1; } #chat {