try different fix for #415

This commit is contained in:
Stefan Breunig
2013-03-08 08:27:20 +01:00
parent 80f026ab0f
commit 2b102f0f33
2 changed files with 8 additions and 9 deletions

View File

@ -16,11 +16,6 @@ body {
#chatcontrols {
height: 38px;
width: 100%;
display: flexbox;
display: -webkit-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -moz-box;
}
/* hide shrink button */
@ -29,15 +24,15 @@ body {
}
#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;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#chat {